Added DEL_NO_RECURSE and changed DEL_RECURSE to DEL_FORCE_RECURSE.
authorWayne Davison <wayned@samba.org>
Tue, 25 Jan 2005 12:02:08 +0000 (12:02 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 25 Jan 2005 12:02:08 +0000 (12:02 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 0c04679..9ca7d35 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 
 /* For calling delete_file() */
 #define DEL_DIR                (1<<0)
-#define DEL_RECURSE            (1<<1) /* recurse even w/o --force */
-#define DEL_TERSE              (1<<2)
+#define DEL_NO_RECURSE         (1<<1)
+#define DEL_FORCE_RECURSE      (1<<2) /* recurse even w/o --force */
+#define DEL_TERSE              (1<<3)
 
 
 /* Log-message categories.  FLOG is only used on the daemon side to