summaryrefslogtreecommitdiff
path: root/src/script_lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script_lua.h')
-rw-r--r--src/script_lua.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/script_lua.h b/src/script_lua.h
index e6ca4f730..4c2b34804 100644
--- a/src/script_lua.h
+++ b/src/script_lua.h
@@ -68,7 +68,9 @@ typedef struct errorInfo {
void luaRegisterRedisAPI(lua_State* lua);
sds luaGetStringSds(lua_State *lua, int index);
void luaRegisterGlobalProtectionFunction(lua_State *lua);
-void luaSetGlobalProtection(lua_State *lua);
+void luaSetErrorMetatable(lua_State *lua);
+void luaSetAllowListProtection(lua_State *lua);
+void luaSetTableProtectionRecursively(lua_State *lua);
void luaRegisterLogFunction(lua_State* lua);
void luaRegisterVersion(lua_State* lua);
void luaPushErrorBuff(lua_State *lua, sds err_buff);