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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script_lua.h b/src/script_lua.h
index b7862bee1..ac13178ca 100644
--- a/src/script_lua.h
+++ b/src/script_lua.h
@@ -59,10 +59,12 @@
#define REDIS_API_NAME "redis"
void luaRegisterRedisAPI(lua_State* lua);
+sds luaGetStringSds(lua_State *lua, int index);
void luaEnableGlobalsProtection(lua_State *lua, int is_eval);
void luaRegisterGlobalProtectionFunction(lua_State *lua);
void luaSetGlobalProtection(lua_State *lua);
void luaRegisterLogFunction(lua_State* lua);
+void luaRegisterVersion(lua_State* lua);
void luaPushError(lua_State *lua, char *error);
int luaRaiseError(lua_State *lua);
void luaSaveOnRegistry(lua_State* lua, const char* name, void* ptr);