X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ec33e0e6bd0247fdf9bed77b1c21300d63c284b2..f2ae9e8583d289ed876c3666bd533dba13ffbfb8:/rsync.h 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;