From: Jim Meyering Date: Fri, 28 Sep 2001 19:52:01 +0000 (+0000) Subject: (dest_info_init): Declare. X-Git-Tag: TEXTUTILS-2_0_16~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=beee918e7239537605f1100b4532189749e7d75e;p=thirdparty%2Fcoreutils.git (dest_info_init): Declare. --- 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