diff options
author | Jim Meyering <jim@meyering.net> | 1998-03-13 23:39:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-03-13 23:39:39 +0000 |
commit | 6630a24b7aa5bb5e12cc15b29150f41f70cdfbbf (patch) | |
tree | c0d0ec56f678701d52476ed8a3b5e50bd1197983 /src | |
parent | 6429ffabbb8e3058d435621dba353163227da3b2 (diff) | |
download | coreutils-6630a24b7aa5bb5e12cc15b29150f41f70cdfbbf.tar.xz |
(copy): Update prototype.
Diffstat (limited to 'src')
-rw-r--r-- | src/copy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/copy.h b/src/copy.h index 9409e99be..dd920d9d7 100644 --- a/src/copy.h +++ b/src/copy.h @@ -94,6 +94,7 @@ struct cp_options int copy PARAMS ((const char *src_path, const char *dst_path, - int nonexistent_dst, const struct cp_options *options)); + int nonexistent_dst, const struct cp_options *options, + int *copy_into_self)); #endif |