diff -r 8a7f8272516c -r 644a6106d712 thermferm/futil.h --- a/thermferm/futil.h Sun Nov 08 22:20:42 2015 +0100 +++ b/thermferm/futil.h Sat Nov 14 16:52:33 2015 +0100 @@ -3,5 +3,6 @@ int mkdirs(char *, mode_t); +int file_exist(char *, int); #endif