(copy): Declare as `extern'.
authorJim Meyering <jim@meyering.net>
Wed, 22 Sep 2004 20:08:59 +0000 (20:08 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 22 Sep 2004 20:08:59 +0000 (20:08 +0000)
src/copy.c

index c2294ca82b367c73349ae448699e085429c756c2..cfe8e51108849872d0bdb74a8aef573621edebbf 100644 (file)
@@ -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)