Code

grep -p: support user defined regular expressions
[git.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);