From: Wayne Davison Date: Thu, 3 Feb 2005 03:36:55 +0000 (+0000) Subject: Added MATCHFLG_NEGATE. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/7c8e23bd9f6ae9f83c64bce3e62a3b03105b087c?ds=sidebyside Added MATCHFLG_NEGATE. --- 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;