This commit is contained in:
2021-02-09 18:32:58 +01:00
parent 47f00b19f4
commit f8bec4b40f
7 changed files with 147 additions and 147 deletions

8
sink/receiver.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _RECEIVER_H_
#define _RECEIVER_H_
#include <libconfig.h>
int receiver(config_t *cfg);
#endif // _RECEIVER_H_