summaryrefslogtreecommitdiff
path: root/src/copy.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-04 10:33:01 +0000
committerJim Meyering <jim@meyering.net>2003-01-04 10:33:01 +0000
commita6b5021004ec2550c2c59575a5fd04f05a7407b1 (patch)
tree4a7a80253ac7b8224bd53ffaf01794febc06ae5a /src/copy.h
parent6df04c92887f7da4d48daa773de6274b296d248a (diff)
downloadcoreutils-a6b5021004ec2550c2c59575a5fd04f05a7407b1.tar.xz
Remove use of PARAMS.
Diffstat (limited to 'src/copy.h')
-rw-r--r--src/copy.h6
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 *);