1
0
mirror of git://erdgeist.org/opentracker synced 2025-02-05 03:26:25 +00:00
opentracker/ot_udp.h

12 lines
239 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.
$id$ */
2007-11-06 17:51:48 +00:00
#ifndef __OT_UDP_H__
#define __OT_UDP_H__
void handle_udp4( int64 serversocket );
#endif