X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=grep.h;h=f00db0e40273c7cca1695ddc6be00921f9da8ef4;hb=60ecac98ed6f420c6bf823491074219087c749d4;hp=3f75e3a3d4d3136d850b8c0204206f5ac9459a1d;hpb=2944e4e6145bdfcb1a8730d7da671786d72c86ed;p=git.git diff --git a/grep.h b/grep.h index 3f75e3a3d..f00db0e40 100644 --- 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);