thermferm/thermferm.h

changeset 86
3d7a241329e2
parent 84
ef4c0032b51f
child 89
8bab04a663dd
--- 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 */

mercurial