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