fix bugs and remove extern from header

This commit is contained in:
2025-04-14 16:22:30 +02:00
parent ae317a3fe4
commit a3c9db98db
7 changed files with 23 additions and 23 deletions
+7 -3
View File
@@ -1,7 +1,11 @@
#include <fcntl.h>
#include <poll.h>
#include <sys/select.h>
#include "common.h"
#include "ascii_cmd.h"
#include "rds.h"
#include "modulator.h"
extern int open_control_pipe(char *filename);
extern void close_control_pipe();
extern void poll_control_pipe(RDSModulator* mod);
int open_control_pipe(char *filename);
void close_control_pipe();
void poll_control_pipe(RDSModulator* mod);