From 6630a24b7aa5bb5e12cc15b29150f41f70cdfbbf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 Mar 1998 23:39:39 +0000 Subject: [PATCH] (copy): Update prototype. --- src/copy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/copy.h b/src/copy.h index 9409e99..dd920d9 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 -- 2.7.4