coolers/mosquitto.h

changeset 41
f534ace74eea
parent 40
dafbbd5e9922
child 42
01b96a24ae7c
equal deleted inserted replaced
40:dafbbd5e9922 41:f534ace74eea
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