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