/** * @file mug.h * @header for mosquitto application of the groups assignment * @author RobinVdB */ #ifndef INC_MUG_H_ #define INC_MUG_H_ void mug_init(); #endif /* INC_MUG_H_ */