aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
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}
};