X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=grep.h;h=5581363c4ddb988830f9c9b776b057821107f92a;hb=cfe370c6476392095bc3f18013d195b1cccd6184;hp=f00db0e40273c7cca1695ddc6be00921f9da8ef4;hpb=f0df1293acdba9513cae17e2c63b4169f1347371;p=git.git diff --git a/grep.h b/grep.h index f00db0e40..5581363c4 100644 --- a/grep.h +++ b/grep.h @@ -59,6 +59,7 @@ struct grep_opt { struct grep_pat *pattern_list; struct grep_pat **pattern_tail; struct grep_expr *pattern_expression; + const char *prefix; int prefix_length; regex_t regexp; int linenum;