9 lines
120 B
C
9 lines
120 B
C
|
#ifndef _RECEIVER_H_
|
||
|
#define _RECEIVER_H_
|
||
|
|
||
|
#include <libconfig.h>
|
||
|
|
||
|
int receiver(config_t *cfg);
|
||
|
|
||
|
#endif // _RECEIVER_H_
|