diff options
Diffstat (limited to 'ot_udp.h')
-rw-r--r-- | ot_udp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ | |||
6 | #ifndef __OT_UDP_H__ | 6 | #ifndef __OT_UDP_H__ |
7 | #define __OT_UDP_H__ | 7 | #define __OT_UDP_H__ |
8 | 8 | ||
9 | int handle_udp6( int64 serversocket, struct ot_workstruct *ws ); | 9 | void udp_init( int64 sock, unsigned int worker_count ); |
10 | int handle_udp6( int64 serversocket, struct ot_workstruct *ws ); | ||
10 | 11 | ||
11 | #endif | 12 | #endif |