From a6b5021004ec2550c2c59575a5fd04f05a7407b1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Jan 2003 10:33:01 +0000 Subject: Remove use of PARAMS. --- src/copy.h | 6 +++--- 1 file 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 *); -- cgit v1.2.3-70-g09d2