1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-12 16:00:06 +00:00
opentracker/ot_udp.h

13 lines
314 B
C
Raw Normal View History

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:22 +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__
2007-11-06 17:51:48 +00:00
void udp_init( int64 sock, unsigned int worker_count );
int handle_udp6( int64 serversocket, struct ot_workstruct *ws );
2007-11-06 17:51:48 +00:00
#endif