diff options
| author | ame <[email protected]> | 2024-03-04 12:21:56 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-03-04 12:21:56 -0600 |
| commit | 4b86d0780ef2bee48b1b1d8719adbcedeccf1ea2 (patch) | |
| tree | 1fce22a997d32969940f8ab42cbb7fc96f23ca1a /src/net.h | |
| parent | 1d2c4b59879a6f96edd2f8f86d6313a97c856d26 (diff) | |
parser almost done
Diffstat (limited to 'src/net.h')
| -rw-r--r-- | src/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ int l_listen(lua_State*); static char* http_codes[600] = {0};
+extern volatile size_t threads;
static const luaL_Reg net_function_list [] = {
{"listen",l_listen},
|
