thermferm/mosquitto.h

changeset 41
f534ace74eea
parent 28
32ed1ea4d0b6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thermferm/mosquitto.h	Sun May 18 21:24:55 2014 +0200
@@ -0,0 +1,13 @@
+#ifndef	MY_MOSQUITTO_H
+#define MY_MOSQUITTO_H
+
+#ifdef HAVE_WIRINGPI_H
+
+int  my_mosquitto_switch(char *, int);
+int  my_mosquitto_init(void);
+int  my_mosquitto_loop(void);
+void my_mosquitto_exit(void);
+
+#endif
+
+#endif

mercurial