summaryrefslogtreecommitdiff
path: root/src/fileutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileutils.h')
-rw-r--r--src/fileutils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fileutils.h b/src/fileutils.h
new file mode 100644
index 0000000..81f6206
--- /dev/null
+++ b/src/fileutils.h
@@ -0,0 +1,6 @@
+#ifndef _FILEUTILS_H_
+#define _FILEUTILS_H_
+
+int dlp_chmod(const char *path, mode_t mode, int recursive);
+#endif
+