brewpanel/futil.h

changeset 420
644a6106d712
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/brewpanel/futil.h	Sat Nov 14 16:52:33 2015 +0100
@@ -0,0 +1,8 @@
+#ifndef	FUTIL_H
+#define	FUTIL_H
+
+
+int  mkdirs(char *, mode_t);
+int  file_exist(char *, int);
+
+#endif

mercurial