summaryrefslogtreecommitdiffstats
path: root/lem.h
diff options
context:
space:
mode:
Diffstat (limited to 'lem.h')
-rw-r--r--lem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lem.h b/lem.h
index a3de0f9..220f5f8 100644
--- a/lem.h
+++ b/lem.h
@@ -30,7 +30,7 @@ extern struct ev_loop *lem_loop;
#endif
void *lem_xmalloc(size_t size);
-lua_State *lem_newthread();
+lua_State *lem_newthread(void);
void lem_forgetthread(lua_State *T);
void lem_sethandler(lua_State *T);
void lem_queue(lua_State *T, int nargs);