aboutsummaryrefslogtreecommitdiff
path: root/include/files.h
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-11 20:07:13 +0000
committerdacctal <dacctal@symlinx.net>2026-06-11 20:07:13 +0000
commitd057a68a837d278f5dfe55a5dc3c4998e4f126f5 (patch)
tree2ab65bbca01943bbfc36bade64b20771f7e28da9 /include/files.h
parent12fc304f6627dabb2e907582b1ea724c9cad2297 (diff)
cpdir checkpoint
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