From 7c8e23bd9f6ae9f83c64bce3e62a3b03105b087c Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 3 Feb 2005 03:36:55 +0000 Subject: [PATCH] Added MATCHFLG_NEGATE. --- rsync.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rsync.h b/rsync.h index 5174f014..50a8a204 100644 --- 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; -- 2.34.1