]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(dest_info_init): Declare.
authorJim Meyering <jim@meyering.net>
Fri, 28 Sep 2001 19:52:01 +0000 (19:52 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 28 Sep 2001 19:52:01 +0000 (19:52 +0000)
src/copy.h

index 953bd92fe5c42670c61992d5340d54261ff42d81..643cf8f1c568ca272acfaf6d54406a7b3cd71134 100644 (file)
@@ -171,4 +171,7 @@ copy PARAMS ((const char *src_path, const char *dst_path,
              int nonexistent_dst, const struct cp_options *options,
              int *copy_into_self, int *rename_succeeded));
 
+void
+dest_info_init PARAMS ((void));
+
 #endif