summaryrefslogtreecommitdiff
path: root/deps/lua/src/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/lua/src/lua.h')
-rw-r--r--deps/lua/src/lua.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/lua/src/lua.h b/deps/lua/src/lua.h
index e478d14c0..280ef2382 100644
--- a/deps/lua/src/lua.h
+++ b/deps/lua/src/lua.h
@@ -359,6 +359,7 @@ struct lua_Debug {
};
LUA_API void lua_enablereadonlytable (lua_State *L, int index, int enabled);
+LUA_API int lua_isreadonlytable (lua_State *L, int index);
/* }====================================================================== */