aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorame <[email protected]>2024-07-11 12:27:06 -0500
committerame <[email protected]>2024-07-11 12:27:06 -0500
commitc57e5e58e197fca322c2840efa435eabb62e4d9d (patch)
tree7d5bc653f6bec52494604ac8c805e311bae080f4 /src/lua.h
parent2999d3412ccf5c7fc1a9e84695c7a2bce69d3e82 (diff)
fixes to ub:33 hashes now safe
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua.h b/src/lua.h
index 3328db5..45f1748 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -16,6 +16,8 @@ void* __malloc_(size_t);
void __free_(void*);
void luaI_deepcopy(lua_State* src, lua_State* dest, enum deep_copy_flags);
+void luaI_deepcopy2(lua_State* src, lua_State* dest);
+
void lua_set_global_table(lua_State*);
//todo: char* _luaL_tolstring(lua_State*, int, size_t*);