This commit is contained in:
2025-12-25 22:22:49 +01:00
parent 7599c35f2f
commit 4310a847d9
+1
View File
@@ -9,6 +9,7 @@
void init_lua(RDSModulator* rds_mod);
void run_lua(char *str, char *cmd_output);
int lua_group(RDSGroup* group, const char grp);
void lua_call_function_nolock(const char* function);
void lua_call_function(const char* function);
void lua_group_ref(RDSGroup* group, int ref);
void destroy_lua();