diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/copy.c | 2 |
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) |