diff -r a5a964148e34 -r 1bd9a16f5061 thermferm/futil.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thermferm/futil.h Sun Jul 13 17:31:45 2014 +0200 @@ -0,0 +1,7 @@ +#ifndef FUTIL_H +#define FUTIL_H + + +int mkdirs(char *, mode_t); + +#endif