diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-04 10:33:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-04 10:33:01 +0000 |
commit | a6b5021004ec2550c2c59575a5fd04f05a7407b1 (patch) | |
tree | 4a7a80253ac7b8224bd53ffaf01794febc06ae5a /src | |
parent | 6df04c92887f7da4d48daa773de6274b296d248a (diff) | |
download | coreutils-a6b5021004ec2550c2c59575a5fd04f05a7407b1.tar.xz |
Remove use of PARAMS.
Diffstat (limited to 'src')
-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 *); |