summaryrefslogtreecommitdiff
path: root/src/copy.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-03-13 23:39:39 +0000
committerJim Meyering <jim@meyering.net>1998-03-13 23:39:39 +0000
commit6630a24b7aa5bb5e12cc15b29150f41f70cdfbbf (patch)
treec0d0ec56f678701d52476ed8a3b5e50bd1197983 /src/copy.h
parent6429ffabbb8e3058d435621dba353163227da3b2 (diff)
downloadcoreutils-6630a24b7aa5bb5e12cc15b29150f41f70cdfbbf.tar.xz
(copy): Update prototype.
Diffstat (limited to 'src/copy.h')
-rw-r--r--src/copy.h3
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