summaryrefslogtreecommitdiffhomepage
path: root/plop.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-08-15 17:57:18 +0200
committerAki <please@ignore.pl>2021-08-15 17:57:18 +0200
commit742b94fbd5756551ab5cd6f2ac1799dfbc7f5152 (patch)
treee6837d41659cf34b7e3dc8f7184e0d5572cc1985 /plop.h
parent52526c295ccdbe48b4965b269482c0a9fba6e658 (diff)
downloadplop-742b94fbd5756551ab5cd6f2ac1799dfbc7f5152.zip
plop-742b94fbd5756551ab5cd6f2ac1799dfbc7f5152.tar.gz
plop-742b94fbd5756551ab5cd6f2ac1799dfbc7f5152.tar.bz2
Moved client lua thread init to where connection is initialized
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 b4dbed5..b1ed235 100644
--- a/plop.h
+++ b/plop.h
@@ -17,5 +17,5 @@ lua_State * plop_initialize_lua(void);
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(lua_State *, struct connection *);
+int plop_handle_client(struct connection *);
int plop_handle_server(const int, const int);