0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00
This commit is contained in:
2025-12-29 11:15:25 +01:00
parent 7ac58c9fa1
commit 4fdcafc559
3 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
#include "modulator.h"
void init_lua(RDSModulator* rds_mod);
void run_lua(char *str, char *cmd_output);
void run_lua(char *str, char *cmd_output, size_t* out_len);
int lua_group(RDSGroup* group, const char grp);
int lua_rds2_group(RDSGroup* group, int stream);
void lua_call_function_nolock(const char* function);