t6300: add more body-parsing tests
[gitweb.git] / grep.h
diff --git a/grep.h b/grep.h
index 638bee848d4fc36edb80e57fd8b8b550dc2c6e72..ae50c45a4d408c1931f39b3d393ea0188bdde950 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -98,6 +98,7 @@ struct grep_opt {
        int color;
        int max_depth;
        int funcname;
+       int funcbody;
        char color_context[COLOR_MAXLEN];
        char color_filename[COLOR_MAXLEN];
        char color_function[COLOR_MAXLEN];
@@ -111,6 +112,7 @@ struct grep_opt {
        unsigned last_shown;
        int show_hunk_mark;
        int file_break;
+       int heading;
        void *priv;
 
        void (*output)(struct grep_opt *opt, const void *data, size_t size);