diff -r 003c20125212 -r 862de87f9f89 thermferm/mqtt.h --- a/thermferm/mqtt.h Thu May 12 21:43:07 2016 +0200 +++ b/thermferm/mqtt.h Sat Apr 29 17:07:36 2017 +0200 @@ -17,5 +17,6 @@ void mqtt_publish_int(char *, char *, int); void mqtt_publish_float(char *, char *, float, int); void mqtt_publish_str(char *, char *, char *); +void mqtt_publish_clear(char *, char *); #endif