diff options
Diffstat (limited to 'src/net.h')
| -rw-r--r-- | src/net.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -36,10 +36,7 @@ int content_disposition(str* src, parray_t** _dest); void* handle_client(void *_arg);
-int start_serv(lua_State* L, int port);
-
-//
-static char* http_codes[600] = {0};
+int start_serv(lua_State* L, int port, parray_t* paths);
int clean_lullaby_net(lua_State* L);
|
