X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f83f054875254ab48afaddcd8c985205ef9416e1..a8b9d4edec745757d34a10be0f6956c0609c2284:/rsync.h diff --git a/rsync.h b/rsync.h index 258695f8..92ba2561 100644 --- a/rsync.h +++ b/rsync.h @@ -339,6 +339,7 @@ struct exclude_struct { char *orig; char *pattern; int regular_exp; + int fnmatch_flags; int include; int directory; int local;