#ifndef _RECEIVER_H_
#define _RECEIVER_H_

#include <libconfig.h>

int receiver(config_t *cfg);

#endif // _RECEIVER_H_