summaryrefslogtreecommitdiffhomepage
path: root/plop.h
diff options
context:
space:
mode:
Diffstat (limited to 'plop.h')
-rw-r--r--plop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plop.h b/plop.h
index 8003441..5735685 100644
--- a/plop.h
+++ b/plop.h
@@ -4,6 +4,7 @@
#include <lua.h>
+lua_State * plop_initialize_lua(void);
int plop_make_server(const char *, const char *);
int plop_load_handler(lua_State *, const char *);
int plop_handle_client(lua_State *, struct epoll_event *);