summaryrefslogtreecommitdiffstats
path: root/sources/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core.h')
-rw-r--r--sources/core.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sources/core.h b/sources/core.h
deleted file mode 100644
index dd5cd58..0000000
--- a/sources/core.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _OG_CORE_H
-#define _OG_CORE_H
-
-extern int socket_rest, socket_agent_rest;
-extern struct ev_loop *og_loop;
-
-int og_socket_server_init(const char *port);
-void og_server_accept_cb(struct ev_loop *loop, struct ev_io *io, int events);
-
-#endif