X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/38499c1a49445e3a8d8224e303f2e34bf455f840..fd73b94d312491fd3d9d3e38b820f8cb1c53f453:/rsync.h diff --git a/rsync.h b/rsync.h index e3cbe570..41e65f9c 100644 --- a/rsync.h +++ b/rsync.h @@ -421,13 +421,15 @@ struct map_struct { OFF_T file_size, p_offset, p_fd_offset; }; +#define MATCHFLG_WILD 0x0001 /* pattern has '*', '[', and/or '?' */ +#define MATCHFLG_WILD2 0x0002 /* pattern has '**' */ +#define MATCHFLG_WILD2_PREFIX 0x0004 /* pattern starts with '**' */ struct exclude_struct { char *pattern; - int regular_exp; - int fnmatch_flags; + int match_flags; int include; int directory; - int local; + int slash_cnt; }; struct stats {