summaryrefslogtreecommitdiff
path: root/ot_udp.h
blob: 437e8ad4d1b9dee34e917f8722c76e6d49d4644a (plain)
1
2
3
4
5
6
7
8
9
/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
   It is considered beerware. Prost. Skol. Cheers or whatever. */

#ifndef __OT_UDP_H__
#define __OT_UDP_H__

void handle_udp4( int64 serversocket );

#endif