Changed exclude/include matching so that normally wildcards will stop at
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 258695f..92ba256 100644 (file)
--- 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;