diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-19 11:36:11 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-19 11:36:11 +0100 |
| commit | 9f1c19da1e00be0e7089898c04a4febb2d5595c0 (patch) | |
| tree | 12df1cc6a3ef48908d57b5b3442d4fd681c0b062 /main.c | |
| parent | a00ed1fd988ef139188be7f156b253b4e763eaa4 (diff) | |
prototype for the feature
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
