diff -r 8df3252b688f -r bde74a8f2ad7 brewco/futil.h --- a/brewco/futil.h Sat Nov 28 13:47:00 2015 +0100 +++ b/brewco/futil.h Sat Nov 28 20:15:38 2015 +0100 @@ -3,5 +3,6 @@ int mkdirs(char *, mode_t); +int file_exist(char *, int); #endif