summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)