From fb2a3c8a637aeb990a4935e260c5e18c5c1aba5b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 Jun 2004 13:47:24 +0000 Subject: Remove declaration of yesno. Instead, include yesno.h. --- src/copy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/copy.c') diff --git a/src/copy.c b/src/copy.c index 75aa6668e..bf17e0617 100644 --- a/src/copy.c +++ b/src/copy.c @@ -44,6 +44,7 @@ #include "utimecmp.h" #include "utimens.h" #include "xreadlink.h" +#include "yesno.h" #define DO_CHOWN(Chown, File, New_uid, New_gid) \ (Chown (File, New_uid, New_gid) \ @@ -79,8 +80,6 @@ struct F_triple /* Initial size of the above hash table. */ #define DEST_INFO_INITIAL_CAPACITY 61 -int yesno (); - static int copy_internal (const char *src_path, const char *dst_path, int new_dst, dev_t device, struct dir_list *ancestors, -- cgit v1.2.3-54-g00ecf