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:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user