X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d41c7d025c1725b921ef51c70a705a51b5c36332..86692050b54b16e5b289ddeacbb59f890455cca7:/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;