Code

git submodule: ignore dirty submodules for summary and status
[git.git] / grep.h
diff --git a/grep.h b/grep.h
index 2c4bdaca823c71f7628fb7626b7222e69db332a8..89342e5b47f6d63dd546e738e4cbf023c447b382 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -59,6 +59,8 @@ struct grep_expr {
 struct grep_opt {
        struct grep_pat *pattern_list;
        struct grep_pat **pattern_tail;
+       struct grep_pat *header_list;
+       struct grep_pat **header_tail;
        struct grep_expr *pattern_expression;
        const char *prefix;
        int prefix_length;