#ifndef _MQTT_COMM_H_
#define _MQTT_COMM_H_


// do not call it periodically, just call it with a NULL handle
void mqttCommInit(void *handle);


#endif /* _MQTT_COMM_H_ */