diff options
Diffstat (limited to 'udp.h')
-rw-r--r-- | udp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |