aboutsummaryrefslogtreecommitdiff
path: root/include/copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/copy.h')
-rw-r--r--include/copy.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/copy.h b/include/copy.h
index 609a6cf..a26ac30 100644
--- a/include/copy.h
+++ b/include/copy.h
@@ -32,14 +32,6 @@
int copytree(const char *srcdir, const char *destdir, unsigned op);
/**
- * Create all leafs in directory path
- * @param _path directory path to create
- * @param mode mode_t permissions
- * @return
- */
-int mkdirs(const char *_path, mode_t mode);
-
-/**
* Copy a single file
*
* ```c