Define the new DEL_* flags.
authorWayne Davison <wayned@samba.org>
Wed, 19 Jan 2005 20:11:00 +0000 (20:11 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 19 Jan 2005 20:11:00 +0000 (20:11 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index c06ffac..2db1279 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define FNAMECMP_PARTIAL_DIR   0x81
 #define FNAMECMP_BACKUP        0x82
 
+/* For calling delete_file() */
+#define DEL_DIR                        (1<<0)
+#define DEL_NO_RECURSE         (1<<1)
+#define DEL_TERSE              (1<<2)
+
 
 /* Log-message categories.  FLOG is only used on the daemon side to
  * output messages to the log file. */