X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8eda7a4bb819172a1efd06efa9694d1ec1383645..fa3e4a0548699ccaac41df2428fe1ad9d3659435:/rsync.h diff --git a/rsync.h b/rsync.h index 89af08cd..2939e072 100644 --- a/rsync.h +++ b/rsync.h @@ -640,6 +640,7 @@ struct stats { int current_file_index; }; +struct chmod_mode_struct; #include "byteorder.h" #include "lib/mdfour.h" @@ -872,5 +873,3 @@ const char *get_panic_action(void); #endif #define UNUSED(x) x __attribute__((__unused__)) - -extern const char *io_write_phase, *io_read_phase;