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

12 lines
262 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__
2009-01-13 22:41:17 +00:00
void handle_udp6( int64 serversocket, struct ot_workstruct *ws );
2007-11-06 17:51:48 +00:00
#endif