]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 c06ffacdf85ef95620b6f54a8ef95ba18e9a7f7f..2db127981403addca495b0a1b6c79a86002191f3 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. */