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