From d057a68a837d278f5dfe55a5dc3c4998e4f126f5 Mon Sep 17 00:00:00 2001 From: dacctal Date: Thu, 11 Jun 2026 20:07:13 +0000 Subject: cpdir checkpoint --- include/files.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/files.h') 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 -- cgit v1.2.3