From 7627e92c549a662ddc922dd7f08e8970da7bbd15 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 30 Jan 2006 17:39:43 +0000 Subject: [PATCH] Added extern for io_write_phase. --- flist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/flist.c b/flist.c index 3e757db3..c8aabf38 100644 --- a/flist.c +++ b/flist.c @@ -59,6 +59,7 @@ extern int copy_unsafe_links; extern int protocol_version; extern int sanitize_paths; extern int orig_umask; +extern const char *io_write_phase; extern struct stats stats; extern struct file_list *the_file_list; -- 2.34.1