0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00
This commit is contained in:
2025-12-22 14:35:04 +01:00
parent 47393a9016
commit ca3cf036ac
4 changed files with 65 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#include <netinet/in.h>
#include "modulator.h"
#include "ascii_cmd.h"
#include "lua_rds.h"
int open_udp_server(int port, RDSModulator *rds_mod);
void poll_udp_server();