X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=grep.h;h=75370f60d7091becd3eaddf3b7069c26fca8c125;hb=ad75ebe5b3f10e77f1150d2d8111e6a60cb9039a;hp=f6eecc62c038f212fa4efc8648f13f61bf937452;hpb=70ed433c2b66d192b84d4a1ef7fb193ea35e0a28;p=git.git diff --git a/grep.h b/grep.h index f6eecc62c..75370f60d 100644 --- a/grep.h +++ b/grep.h @@ -32,6 +32,7 @@ struct grep_pat { enum grep_header_field field; regex_t regexp; unsigned fixed:1; + unsigned ignore_case:1; unsigned word_regexp:1; }; @@ -64,6 +65,7 @@ struct grep_opt { regex_t regexp; int linenum; int invert; + int ignore_case; int status_only; int name_only; int unmatch_name_only;