From 66aedfd65cff3494b70e8072646094479e3bfed8 Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 8 Jun 2026 22:43:05 -0500 Subject: net util --- src/lua.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lua.h') diff --git a/src/lua.h b/src/lua.h index da65101..3672730 100644 --- a/src/lua.h +++ b/src/lua.h @@ -27,6 +27,9 @@ enum table_cache { #define GIT_COMMIT "unknown" #endif +int luaI_lowercase_index(lua_State* L); +int luaI_lowercase_newindex(lua_State* L); + enum table_cache table_cache(lua_State* L, char* key, int index); void luaI_deepcopy(lua_State* src, lua_State* dest, enum deep_copy_flags); -- cgit v1.2.3