summaryrefslogtreecommitdiffstats
path: root/bin/conn.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/conn.h')
-rw-r--r--bin/conn.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/conn.h b/bin/conn.h
new file mode 100644
index 0000000..f5b33a9
--- /dev/null
+++ b/bin/conn.h
@@ -0,0 +1,8 @@
+#ifndef CONN_H
+#define CONN_H
+
+#include <ev.h>
+
+int conn_init(struct ev_loop *loop, const char *socket_path);
+
+#endif