From 09f1234aa917cc4691b21a44445492b5e837b8c8 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 1 Apr 2012 03:22:15 +0000 Subject: fix prototype --- ot_udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ot_udp.h b/ot_udp.h index 39356cb..dea10ab 100644 --- a/ot_udp.h +++ b/ot_udp.h @@ -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 -- cgit v1.2.3