From cca165b4b737cc672814134403c857f0dc7ba183 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 22 Feb 2024 16:21:17 -0600 Subject: clean but small problem:c --- 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 48748f3..cd4b0e1 100644 --- a/src/net.h +++ b/src/net.h @@ -1,14 +1,12 @@ #include "lua.h" int l_listen(lua_State*); -int l_spawn(lua_State*); static char* http_codes[600] = {0}; static const luaL_Reg net_function_list [] = { {"listen",l_listen}, - {"spawn",l_spawn}, {NULL,NULL} }; -- cgit v1.2.3