diff options
| author | ame <[email protected]> | 2026-06-08 22:43:05 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2026-06-08 22:43:05 -0500 |
| commit | 66aedfd65cff3494b70e8072646094479e3bfed8 (patch) | |
| tree | 0106935549143d542819da445e9a74740d617d94 /src/lua.h | |
| parent | 4cbf47f295fc65e4a470d93194259d80c942b32b (diff) | |
net util
Diffstat (limited to 'src/lua.h')
| -rw-r--r-- | src/lua.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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);
|
