summaryrefslogtreecommitdiff
path: root/ot_udp.h
diff options
context:
space:
mode:
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 c5f3959..c146392 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_udp4( int64 serversocket ); 9void handle_udp4( int64 serversocket, struct ot_workstruct *ws );
10 10
11#endif 11#endif