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 | 4a6b99649a641f98d1d740b8dfd916f2e7ee3085 (patch) | |
| tree | 1fce22a997d32969940f8ab42cbb7fc96f23ca1a /src/net.h | |
| parent | 7465fa182f3ed748184ed7e10999a5e02f722aef (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},
|
