9 lines
120 B
C
Raw Normal View History

2021-02-09 18:32:58 +01:00
#ifndef _RECEIVER_H_
#define _RECEIVER_H_
#include <libconfig.h>
int receiver(config_t *cfg);
#endif // _RECEIVER_H_