summaryrefslogtreecommitdiffhomepage
path: root/plop.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-02-13 02:19:57 +0100
committerAki <please@ignore.pl>2021-02-13 02:19:57 +0100
commit29693b1880010578d3716c4ac4a43b3da9f0a4d3 (patch)
tree3e6a7e5bb2790a4f48d0e04d4c349c677d270157 /plop.h
parentc47d4b2314b06f28cae47d4dd14ef4c9c5c1af60 (diff)
downloadplop-29693b1880010578d3716c4ac4a43b3da9f0a4d3.zip
plop-29693b1880010578d3716c4ac4a43b3da9f0a4d3.tar.gz
plop-29693b1880010578d3716c4ac4a43b3da9f0a4d3.tar.bz2
Moved plop to use connection instead of just request
Diffstat (limited to 'plop.h')
-rw-r--r--plop.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plop.h b/plop.h
index 5b8e387..8003441 100644
--- a/plop.h
+++ b/plop.h
@@ -4,8 +4,6 @@
#include <lua.h>
-#include "request.h"
-
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 *);