Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
transport: don't show push status if --quiet is given
[gitweb.git]
/
grep.h
diff --git
a/grep.h
b/grep.h
index 3f75e3a3d4d3136d850b8c0204206f5ac9459a1d..f00db0e40273c7cca1695ddc6be00921f9da8ef4 100644
(file)
--- a/
grep.h
+++ b/
grep.h
@@
-87,6
+87,7
@@
struct grep_opt {
unsigned post_context;
unsigned last_shown;
int show_hunk_mark;
+ void *priv;
};
extern void append_grep_pattern(struct grep_opt *opt, const char *pat, const char *origin, int no, enum grep_pat_token t);