From beee918e7239537605f1100b4532189749e7d75e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 28 Sep 2001 19:52:01 +0000 Subject: [PATCH] (dest_info_init): Declare. --- src/copy.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/copy.h b/src/copy.h index 953bd92fe5..643cf8f1c5 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 -- 2.47.3