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, 0 insertions, 8 deletions
diff --git a/bin/conn.h b/bin/conn.h
deleted file mode 100644
index f5b33a9..0000000
--- a/bin/conn.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef CONN_H
-#define CONN_H
-
-#include <ev.h>
-
-int conn_init(struct ev_loop *loop, const char *socket_path);
-
-#endif