summaryrefslogtreecommitdiff
path: root/mfi-mqtt/mosquitto.h
blob: 5698b7cc02103882e5147d65baafb83928960e9e (plain)
1
2
3
4
#include <mosquitto.h>

struct mosquitto * connect_to_broker(char *, int);
void shutdown_broker(struct mosquitto *);