X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=grep.h;h=a67005de62d1442e7ba6a8dc27320225a0d55819;hb=2545c089e329d340a9bdec9f725fa737063dd7f6;hp=73b33ab0788d2436660db7411928d6a2b016dd50;hpb=7e8f59d577e5615ceff06da0d9dde36a63608d53;p=git.git diff --git a/grep.h b/grep.h index 73b33ab07..a67005de6 100644 --- a/grep.h +++ b/grep.h @@ -80,6 +80,7 @@ struct grep_opt { unsigned null_following_name:1; int color; char color_match[COLOR_MAXLEN]; + const char *color_external; int regflags; unsigned pre_context; unsigned post_context;