aboutsummaryrefslogtreecommitdiff
path: root/include/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/files.h')
-rw-r--r--include/files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/files.h b/include/files.h
index af00cbb..fac3a1e 100644
--- a/include/files.h
+++ b/include/files.h
@@ -1,4 +1,5 @@
#ifndef FILES
#define FILES
const char *get_filename_ext(const char *filename);
+void cpdir(const char *path, const char *dest);
#endif