From dc7e4527e88ed0c59e17c0ff04c01e1c92136e42 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Mon, 14 Apr 2025 14:03:08 -0500 Subject: config change, local support, overall fixes --- src/net.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index 05b6e34..ac5c6b7 100644 --- a/src/net.h +++ b/src/net.h @@ -10,6 +10,7 @@ #endif #include "lua.h" +#include "config.h" #include "types/str.h" #include "types/parray.h" #include @@ -48,3 +49,7 @@ static const luaL_Reg net_function_list [] = { {NULL,NULL} }; + +static struct config net_config[] = { + {.type = c_none} +}; -- cgit v1.2.3