summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-02-19 11:36:11 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-02-19 11:36:11 +0100
commit9f1c19da1e00be0e7089898c04a4febb2d5595c0 (patch)
tree12df1cc6a3ef48908d57b5b3442d4fd681c0b062 /main.c
parenta00ed1fd988ef139188be7f156b253b4e763eaa4 (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 220d94b..826f3f9 100644
--- a/main.c
+++ b/main.c
@@ -66,7 +66,7 @@ void copy_files(const char *arg);
void move_files(const char *arg);
-char *print_cdirectory();
+void print_cdirectory(const char *arg);
void change_directory(const char *path);