Moved the DEL_* flags into generator.c.
authorWayne Davison <wayned@samba.org>
Sat, 12 Nov 2005 20:30:40 +0000 (20:30 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 12 Nov 2005 20:30:40 +0000 (20:30 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index b97b909..7b32765 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define FNAMECMP_BACKUP        0x82
 #define FNAMECMP_FUZZY         0x83
 
 #define FNAMECMP_BACKUP        0x82
 #define FNAMECMP_FUZZY         0x83
 
-/* For calling delete_file() */
-#define DEL_NO_RECURSE         (1<<1)
-#define DEL_FORCE_RECURSE      (1<<2) /* recurse even w/o --force */
-#define DEL_TERSE              (1<<3)
-
 /* For use by the itemize_changes code */
 #define ITEM_REPORT_CHECKSUM (1<<1)
 #define ITEM_REPORT_SIZE (1<<2)
 /* For use by the itemize_changes code */
 #define ITEM_REPORT_CHECKSUM (1<<1)
 #define ITEM_REPORT_SIZE (1<<2)