X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=grep.h;h=75370f60d7091becd3eaddf3b7069c26fca8c125;hb=b401a12a2c49d3f3e81e356782d9ca49aaa97faa;hp=f6eecc62c038f212fa4efc8648f13f61bf937452;hpb=64fb90b7076eda54d894484ce34a91632997cd2b;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;