Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Syntax highlighting support
[gitweb.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;