1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-27 07:06:45 +00:00

fix prototype

This commit is contained in:
erdgeist 2012-04-01 03:22:15 +00:00
parent 1af67bab1d
commit 09f1234aa9

View File

@ -6,6 +6,6 @@
#ifndef __OT_UDP_H__
#define __OT_UDP_H__
void handle_udp6( int64 serversocket, struct ot_workstruct *ws );
int handle_udp6( int64 serversocket, struct ot_workstruct *ws );
#endif