aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorame <[email protected]>2024-03-04 12:21:56 -0600
committerame <[email protected]>2024-03-04 12:21:56 -0600
commit4a6b99649a641f98d1d740b8dfd916f2e7ee3085 (patch)
tree1fce22a997d32969940f8ab42cbb7fc96f23ca1a /src/net.h
parent7465fa182f3ed748184ed7e10999a5e02f722aef (diff)
parser almost done
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index cd4b0e1..95b6cf9 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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},