diff options
Diffstat (limited to 'ot_udp.h')
-rw-r--r-- | ot_udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
9 | void handle_udp4( int64 serversocket ); | 9 | void handle_udp4( int64 serversocket, struct ot_workstruct *ws ); |
10 | 10 | ||
11 | #endif | 11 | #endif |