X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=grep.h;h=f6eecc62c038f212fa4efc8648f13f61bf937452;hb=32ca42491246eb00d226826039fff18d58b57081;hp=28e6b2a8ec0af7d0e86d9b955cef075b0ecd9652;hpb=228f9c9a9f66ca9c5b9adb2d2bffc19de25a8d85;p=git.git diff --git a/grep.h b/grep.h index 28e6b2a8e..f6eecc62c 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;