mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 08:49:15 +02:00
fix bugs and remove extern from header
This commit is contained in:
+7
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user