1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

Remove use of PARAMS.

This commit is contained in:
Jim Meyering
2003-01-04 10:33:01 +00:00
parent 6df04c9288
commit a6b5021004

View 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 *);