2007-11-06 17:51:48 +00:00
|
|
|
/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
|
2007-12-20 05:59:34 +00:00
|
|
|
It is considered beerware. Prost. Skol. Cheers or whatever.
|
2008-10-28 01:27:21 +00:00
|
|
|
|
2007-12-20 05:59:34 +00:00
|
|
|
$id$ */
|
2007-11-06 17:51:48 +00:00
|
|
|
|
|
|
|
#ifndef __OT_UDP_H__
|
|
|
|
#define __OT_UDP_H__
|
|
|
|
|
2012-04-01 03:22:15 +00:00
|
|
|
int handle_udp6( int64 serversocket, struct ot_workstruct *ws );
|
2007-11-06 17:51:48 +00:00
|
|
|
|
2007-11-06 17:53:14 +00:00
|
|
|
#endif
|