From 4b86d0780ef2bee48b1b1d8719adbcedeccf1ea2 Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 4 Mar 2024 12:21:56 -0600 Subject: parser almost done --- src/net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net.h') 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}, -- cgit v1.2.3