summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.h b/src/core.h
index dd5cd58..49a646a 100644
--- a/src/core.h
+++ b/src/core.h
@@ -3,6 +3,7 @@
extern int socket_rest, socket_agent_rest;
extern struct ev_loop *og_loop;
+extern time_t start_time;
int og_socket_server_init(const char *port);
void og_server_accept_cb(struct ev_loop *loop, struct ev_io *io, int events);