summaryrefslogtreecommitdiff
path: root/src/copy.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-28 19:52:01 +0000
committerJim Meyering <jim@meyering.net>2001-09-28 19:52:01 +0000
commitbeee918e7239537605f1100b4532189749e7d75e (patch)
tree5283bb45706af1984d78805bc371cf9a8d0d9803 /src/copy.h
parent9d0fbdaf36ac8c5f6f7c5e9676a3ef91c74d6eb3 (diff)
downloadcoreutils-beee918e7239537605f1100b4532189749e7d75e.tar.xz
(dest_info_init): Declare.
Diffstat (limited to 'src/copy.h')
-rw-r--r--src/copy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/copy.h b/src/copy.h
index 953bd92fe..643cf8f1c 100644
--- a/src/copy.h
+++ b/src/copy.h
@@ -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