From 52526c295ccdbe48b4965b269482c0a9fba6e658 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 15 Aug 2021 17:38:16 +0200 Subject: Separated connection and server Lua state --- connection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'connection.h') diff --git a/connection.h b/connection.h index 88cd6b8..14ec62b 100644 --- a/connection.h +++ b/connection.h @@ -9,5 +9,5 @@ struct connection lua_State * L; }; -struct connection * connection_new(lua_State *, const int); -void connection_free(lua_State *, struct connection *); +struct connection * connection_new(const int); +void connection_free(struct connection *); -- cgit v1.1