Added MATCHFLG_NEGATE.
authorWayne Davison <wayned@samba.org>
Thu, 3 Feb 2005 03:36:55 +0000 (03:36 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 3 Feb 2005 03:36:55 +0000 (03:36 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 5174f01..50a8a20 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -567,6 +567,8 @@ struct map_struct {
 #define MATCHFLG_PERDIR_MERGE  (1<<11)/* merge-file is searched per-dir */
 #define MATCHFLG_EXCLUDE_SELF  (1<<12)/* merge-file name should be excluded */
 #define MATCHFLG_FINISH_SETUP  (1<<13)/* per-dir merge file needs setup */
+#define MATCHFLG_NEGATE                (1<<14)/* rule matches when pattern does not */
+
 struct filter_struct {
        struct filter_struct *next;
        char *pattern;