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