From: Wayne Davison Date: Mon, 30 Jan 2006 17:39:43 +0000 (+0000) Subject: Added extern for io_write_phase. X-Git-Tag: v2.6.7pre1~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7627e92c549a662ddc922dd7f08e8970da7bbd15;p=thirdparty%2Frsync.git Added extern for io_write_phase. --- 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;