diff options
| author | ame <[email protected]> | 2024-11-07 01:47:00 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-11-07 01:47:00 -0600 |
| commit | dd6c0b6b3333f287dcd0886f8a0551f283948505 (patch) | |
| tree | 967134a4369fff5f6297b2a6108bc950fcf4ebbe /src/net.h | |
| parent | 94d76d9e7ed5cb9273169babfa27e60fb28c4104 (diff) | |
fix two errors/'crashes'
Diffstat (limited to 'src/net.h')
| -rw-r--r-- | src/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -35,8 +35,6 @@ int start_serv(lua_State* L, int port); //
static char* http_codes[600] = {0};
-extern volatile size_t threads;
-
static const luaL_Reg net_function_list [] = {
{"listen",l_listen},
|
