summaryrefslogtreecommitdiffhomepage
path: root/plop.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-08-15 19:21:49 +0200
committerAki <please@ignore.pl>2021-08-15 19:21:49 +0200
commit906eb598f150931e821446e9dcf022ea9052ab36 (patch)
tree5e0d5c24c817ef12437c3705b5844d205c78bce4 /plop.h
parent742b94fbd5756551ab5cd6f2ac1799dfbc7f5152 (diff)
downloadplop-906eb598f150931e821446e9dcf022ea9052ab36.zip
plop-906eb598f150931e821446e9dcf022ea9052ab36.tar.gz
plop-906eb598f150931e821446e9dcf022ea9052ab36.tar.bz2
Removed epoll file descriptor from server handler
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 b1ed235..0cfe428 100644
--- a/plop.h
+++ b/plop.h
@@ -18,4 +18,4 @@ int open_server(const char *, const char *);
int plop_load_handler(lua_State *, const char *);
void plop_drop_thread(const int);
int plop_handle_client(struct connection *);
-int plop_handle_server(const int, const int);
+int plop_handle_server(const int);