diff --git a/src/lua_rds.h b/src/lua_rds.h index 48a08be..64fe337 100644 --- a/src/lua_rds.h +++ b/src/lua_rds.h @@ -11,4 +11,5 @@ void run_lua(char *str, char *cmd_output); int lua_group(RDSGroup* group); void lua_call_function(const char* function); void lua_group_ref(RDSGroup* group, int ref); +void reload_lua(); void destroy_lua(); \ No newline at end of file