From 2b921048ce40058e30ae69027dccb76a95b47dbe Mon Sep 17 00:00:00 2001 From: amelia squires Date: Sat, 27 Sep 2025 04:13:18 -0500 Subject: memory leaks, poll usage and server:close --- src/net.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index 76dd462..450b3f4 100644 --- a/src/net.h +++ b/src/net.h @@ -36,8 +36,6 @@ int content_disposition(str* src, parray_t** _dest); void* handle_client(void *_arg); -int start_serv(lua_State* L, int port, parray_t* paths); - int clean_lullaby_net(lua_State* L); static const luaL_Reg net_function_list [] = { -- cgit v1.2.3