diff options
Diffstat (limited to 'app/bin/directory.h')
-rw-r--r-- | app/bin/directory.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/bin/directory.h b/app/bin/directory.h new file mode 100644 index 0000000..2ddfffd --- /dev/null +++ b/app/bin/directory.h @@ -0,0 +1,6 @@ +#ifndef HAVE_DIRECTORY_H
+ #define HAVE_DIRECTORY_H
+ #include "common.h"
+ BOOL_T SafeCreateDir(const char *dir);
+ BOOL_T DeleteDirectory(const char *dir_path);
+#endif
\ No newline at end of file |