diff -r c3cc6e44d1a4 -r 3d7a241329e2 thermferm/thermferm.h --- a/thermferm/thermferm.h Tue Jul 01 21:53:03 2014 +0200 +++ b/thermferm/thermferm.h Tue Jul 01 23:14:57 2014 +0200 @@ -144,8 +144,8 @@ void killconfig(void); -int rdconfig(char *); -int wrconfig(char *); +int rdconfig(void); +int wrconfig(void); /* lock.c */ @@ -159,6 +159,10 @@ char *xstrcat(char *, char *); +/* futil.c */ +int mkdirs(char *, mode_t); + + #ifdef HAVE_WIRINGPI_H /* lcd-pcf8574.c */