diff options
-rw-r--r-- | src/copy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/copy.h b/src/copy.h index d21b47875..c5b1ab235 100644 --- a/src/copy.h +++ b/src/copy.h @@ -195,9 +195,9 @@ int rpl_rename (const char *, const char *); # endif int -copy PARAMS ((const char *src_path, const char *dst_path, - int nonexistent_dst, const struct cp_options *options, - int *copy_into_self, int *rename_succeeded)); +copy (const char *src_path, const char *dst_path, + int nonexistent_dst, const struct cp_options *options, + int *copy_into_self, int *rename_succeeded); void dest_info_init (struct cp_options *); |