summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-02-19 11:35:51 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-02-19 11:35:51 +0100
commit289bfb3b2229f7db209e3a1a923317ca3dbaae6f (patch)
tree7ab6021a553bc31fed72d423a43456d9f2faaf01 /main.c
parente597a55f78a234e9a171dadba44896ef0d11e9b7 (diff)
prototype for the feature
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index db8a7fe..7b61a8f 100644
--- a/main.c
+++ b/main.c
@@ -62,7 +62,7 @@ void remove_dir(const char *path);
void remove_file(const char *path);
-void copy_files(const char *source, const char *dest);
+void copy_files(const char *arg);
void move_files(const char *source, const char *dest);