diff -r e2c1f2373be0 -r d8c64f81b192 thermferm/mosquitto.h --- a/thermferm/mosquitto.h Tue May 20 22:42:26 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -#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