summaryrefslogtreecommitdiff
path: root/ot_udp.h
diff options
context:
space:
mode:
authorerdgeist <>2012-04-01 03:22:15 +0000
committererdgeist <>2012-04-01 03:22:15 +0000
commit09f1234aa917cc4691b21a44445492b5e837b8c8 (patch)
tree73a38705b9aebe0209267754c3b7d6ac1cb9290d /ot_udp.h
parent1af67bab1d0286ecb777529d2b0f8bf9dc98a8b2 (diff)
fix prototype
Diffstat (limited to 'ot_udp.h')
-rw-r--r--ot_udp.h2
1 files changed, 1 insertions, 1 deletions
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 @@
6#ifndef __OT_UDP_H__ 6#ifndef __OT_UDP_H__
7#define __OT_UDP_H__ 7#define __OT_UDP_H__
8 8
9void handle_udp6( int64 serversocket, struct ot_workstruct *ws ); 9int handle_udp6( int64 serversocket, struct ot_workstruct *ws );
10 10
11#endif 11#endif