From: Jim Meyering Date: Fri, 13 Mar 1998 23:39:39 +0000 (+0000) Subject: (copy): Update prototype. X-Git-Tag: FILEUTILS-3_16n~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6630a24b7aa5bb5e12cc15b29150f41f70cdfbbf;p=platform%2Fupstream%2Fcoreutils.git (copy): Update prototype. --- 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