mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 00:39:15 +02:00
8 lines
192 B
C
8 lines
192 B
C
#include <fcntl.h>
|
|
#include <poll.h>
|
|
#include <sys/select.h>
|
|
|
|
extern int open_control_pipe(char *filename);
|
|
extern void close_control_pipe();
|
|
extern void poll_control_pipe(RDSModulator* mod);
|