aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
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);