summaryrefslogtreecommitdiffhomepage
path: root/plop.h
diff options
context:
space:
mode:
Diffstat (limited to 'plop.h')
-rw-r--r--plop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plop.h b/plop.h
index ef7ecfe..c12b43b 100644
--- a/plop.h
+++ b/plop.h
@@ -8,5 +8,6 @@
#include "request.h"
int make_server(const char *, const char *);
-int handle_client(lua_State * L, struct pollfd *, struct request **, const int);
+int load_handler(lua_State *, const char *);
+int handle_client(lua_State *, struct pollfd *, struct request **, const int);
int handle_server(struct pollfd *, int, const int);