]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove use of PARAMS.
authorJim Meyering <jim@meyering.net>
Sat, 4 Jan 2003 10:33:01 +0000 (10:33 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Jan 2003 10:33:01 +0000 (10:33 +0000)
src/copy.h

index d21b47875accd87f07937ec0e72b3d047bb56e1f..c5b1ab2355dfb97e502b78af0d5c7c2a40e10041 100644 (file)
@@ -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 *);