tic2mqtt/tic2mqtt.h

9 lines
133 B
C

#ifndef __TIC2MQTT_H__
#define __TIC2MQTT_H__
extern char *tic_name;
extern int verbose;
extern struct mosquitto *mosq_tic;
#endif