aboutgitcodebugslistschat
path: root/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcp.h')
-rw-r--r--tcp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcp.h b/tcp.h
new file mode 100644
index 0000000..1f16790
--- /dev/null
+++ b/tcp.h
@@ -0,0 +1,5 @@
+void tcp_sock_handler(struct ctx *c, int s, uint32_t events);
+void tcp_tap_handler(struct ctx *c, int af, void *addr, char *in, size_t len);
+int tcp_sock_init(struct ctx *c);
+void tcp_periodic_fast(struct ctx *c);
+void tcp_periodic_slow(struct ctx *c);