summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-02-19 11:36:07 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-02-19 11:36:07 +0100
commita00ed1fd988ef139188be7f156b253b4e763eaa4 (patch)
tree65f2f5be04a1f842ee946d880739a36f47940274
parent289bfb3b2229f7db209e3a1a923317ca3dbaae6f (diff)
prototype for the feature
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 7b61a8f..220d94b 100644
--- a/main.c
+++ b/main.c
@@ -64,7 +64,7 @@ void remove_file(const char *path);
void copy_files(const char *arg);
-void move_files(const char *source, const char *dest);
+void move_files(const char *arg);
char *print_cdirectory();