summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-09-22 20:08:59 +0000
committerJim Meyering <jim@meyering.net>2004-09-22 20:08:59 +0000
commite09b9a32bd78e66f9488b21ba87c1e9932e80df5 (patch)
tree95bedc19d2b4824fd3c0aac15396b849cccb17a3 /src
parenta399cd6876797c36c8f04181a2bbe08b3d5c35fd (diff)
downloadcoreutils-e09b9a32bd78e66f9488b21ba87c1e9932e80df5.tar.xz
(copy): Declare as `extern'.
Diffstat (limited to 'src')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
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)