diff options
| author | amelia squires <[email protected]> | 2025-09-27 04:13:18 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-09-27 04:13:18 -0500 |
| commit | 2b921048ce40058e30ae69027dccb76a95b47dbe (patch) | |
| tree | 31a3a1d2077ca52f598d9bb557ae555e607899b2 /src/net.h | |
| parent | e3a798740c2d64d0ac0dd4a08ebfec9d5a1c3cf8 (diff) | |
memory leaks, poll usage and server:close
Diffstat (limited to 'src/net.h')
| -rw-r--r-- | src/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 [] = {
|
