aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorame <[email protected]>2025-12-01 21:12:42 -0600
committerame <[email protected]>2025-12-01 21:12:42 -0600
commit5ea12787f87f3ea60935b7a1f5b24be80cb2dec6 (patch)
treeb3083c5b7cad5fa58288c0dfd6b77d6b5677eacd /src/lua.h
parenta7caf5e9f4ca1cfddafaf5880d7ee2020e3c1578 (diff)
minor net changes, prevent buffer indexing evil metatables
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua.h b/src/lua.h
index cfff148..ce3d0e4 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -43,6 +43,7 @@ void luaI_newstream(lua_State* L, stream_read_function, stream_free_function, vo
int luaI_nothing(lua_State*);
int env_table(lua_State* L, int provide_table);
void luaI_jointable(lua_State* L);
+int luaI_errtraceback(lua_State* L);
//generic macro that takes other macros (see below)
#define _tset_b(L, Tidx, K, V, F)\