X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=grep.h;h=ae50c45a4d408c1931f39b3d393ea0188bdde950;hb=53b742522c3ae56726e679b50feede849ec46362;hp=c5682973eaf696099b0d0367e21df6c0a4624836;hpb=b3743df73f9e0238ea360b2a640e5e5c99517e9a;p=git.git diff --git a/grep.h b/grep.h index c5682973e..ae50c45a4 100644 --- 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];