Added the new --partial-dir option.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index d548507..086eb42 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #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. */