aboutsummaryrefslogtreecommitdiff
path: root/acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'acceptor.h')
-rw-r--r--acceptor.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/acceptor.h b/acceptor.h
deleted file mode 100644
index f4c9284..0000000
--- a/acceptor.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "tsocket.h"
-#include "evloop.h"
-
-#ifndef __ACCEPTOR_H
-#define __ACCEPTOR_H
-
-struct event *conn_acceptor_create_event(struct tsocket *sock, evloop_t *el);
-
-#endif