added support for --include, --include-from and the +/- syntax
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 877ce04..c442a28 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -309,6 +309,16 @@ struct map_struct {
        OFF_T size, p_offset;
 };
 
+struct exclude_struct {
+       char *orig;
+       char *pattern;
+       int regular_exp;
+       int include;
+       int directory;
+       int local;
+};
+
+
 /* we need this function because of the silly way in which duplicate
    entries are handled in the file lists - we can't change this
    without breaking existing versions */