X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f4a0483ab8a3f0195d6dd2b82efdaefcf1e00963..c979dad54a25e06d08d78b4166cae03c9242d0d1:/rsync.h diff --git a/rsync.h b/rsync.h index eb89f647..2e92e2f4 100644 --- a/rsync.h +++ b/rsync.h @@ -622,3 +622,5 @@ const char *get_panic_action(void); #endif #define UNUSED(x) x __attribute__((__unused__)) + +const char *io_write_phase, *io_read_phase;