thermferm/mosquitto.h

changeset 48
d8c64f81b192
parent 47
e2c1f2373be0
child 49
92a9ca143677
equal deleted inserted replaced
47:e2c1f2373be0 48:d8c64f81b192
1 #ifndef MY_MOSQUITTO_H
2 #define MY_MOSQUITTO_H
3
4 #ifdef HAVE_WIRINGPI_H
5
6 int my_mosquitto_switch(char *, int);
7 int my_mosquitto_init(void);
8 int my_mosquitto_loop(void);
9 void my_mosquitto_exit(void);
10
11 #endif
12
13 #endif

mercurial