aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorame <[email protected]>2024-02-22 16:21:17 -0600
committerame <[email protected]>2024-02-22 16:21:17 -0600
commitcca165b4b737cc672814134403c857f0dc7ba183 (patch)
tree7acbf3e0436f9e8ce187b660d7df5d1acfc4ff5f /src/net.h
parent2116bc776b93e40feea08904e690e34ec76b2ae5 (diff)
clean but small problem:c
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 0 insertions, 2 deletions
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}
};