From e09b9a32bd78e66f9488b21ba87c1e9932e80df5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Sep 2004 20:08:59 +0000 Subject: (copy): Declare as `extern'. --- src/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/copy.c b/src/copy.c index c2294ca82..cfe8e5110 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) -- cgit v1.2.3-54-g00ecf