diff options
| author | ame <[email protected]> | 2024-02-22 16:21:17 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-22 16:21:17 -0600 |
| commit | cca165b4b737cc672814134403c857f0dc7ba183 (patch) | |
| tree | 7acbf3e0436f9e8ce187b660d7df5d1acfc4ff5f /src/net.h | |
| parent | 2116bc776b93e40feea08904e690e34ec76b2ae5 (diff) | |
clean but small problem:c
Diffstat (limited to 'src/net.h')
| -rw-r--r-- | src/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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}
};
|
