aboutgitcodebugslistschat
path: root/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/udp.h b/udp.h
new file mode 100644
index 0000000..b18aa7e
--- /dev/null
+++ b/udp.h
@@ -0,0 +1,3 @@
+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_sock_init(struct ctx *c);