X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/78d146e866d0135e85a9a7c3a8942bb84ff9b407..81b096feef3773dfd17e384ffb9328287cdcea94:/flist.c 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;