aboutgitcodebugslistschat
path: root/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/udp.h b/udp.h
index b18aa7e..0179fa2 100644
--- a/udp.h
+++ b/udp.h
@@ -1,3 +1,4 @@
void udp_sock_handler(struct ctx *c, int s, uint32_t events);
-void udp_tap_handler(struct ctx *c, int af, void *addr, char *in, size_t len);
+int udp_tap_handler(struct ctx *c, int af, void *addr,
+ struct tap_msg *msg, int count);
int udp_sock_init(struct ctx *c);