aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorame <[email protected]>2026-06-08 22:43:05 -0500
committerame <[email protected]>2026-06-08 22:43:05 -0500
commit66aedfd65cff3494b70e8072646094479e3bfed8 (patch)
tree0106935549143d542819da445e9a74740d617d94 /src/lua.h
parent4cbf47f295fc65e4a470d93194259d80c942b32b (diff)
net util
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h3
1 files changed, 3 insertions, 0 deletions
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);