packaging: Add contrib installation
[platform/upstream/git.git] / xdiff / xdiff.h
index 032e3a9..7a04605 100644 (file)
@@ -79,6 +79,10 @@ typedef struct s_mmbuffer {
 typedef struct s_xpparam {
        unsigned long flags;
 
+       /* -I<regex> */
+       regex_t **ignore_regex;
+       size_t ignore_regex_nr;
+
        /* See Documentation/diff-options.txt. */
        char **anchors;
        size_t anchors_nr;