From: Jim Meyering Date: Wed, 22 Sep 2004 20:08:59 +0000 (+0000) Subject: (copy): Declare as `extern'. X-Git-Tag: v5.3.0~634 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09b9a32bd78e66f9488b21ba87c1e9932e80df5;p=thirdparty%2Fcoreutils.git (copy): Declare as `extern'. --- diff --git a/src/copy.c b/src/copy.c index c2294ca82b..cfe8e51108 100644 --- a/src/copy.c +++ b/src/copy.c @@ -1661,7 +1661,7 @@ valid_options (const struct cp_options *co) same as) DST_PATH; otherwise, set clear it. Return true if successful. */ -bool +extern bool copy (const char *src_path, const char *dst_path, bool nonexistent_dst, const struct cp_options *options, bool *copy_into_self, bool *rename_succeeded)