X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/28deecca55ff109d6eff7fc09bac7843559b7d5c..42afed9c1ac7e54a0dd233ba1b22faaafccb683b:/rsync.h diff --git a/rsync.h b/rsync.h index d5485079..086eb422 100644 --- a/rsync.h +++ b/rsync.h @@ -115,6 +115,9 @@ #define FULL_FLUSH 1 #define NORMAL_FLUSH 0 +#define PDIR_CREATE 1 +#define PDIR_DELETE 0 + /* Log-message categories. FLOG is only used on the daemon side to * output messages to the log file. */