X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=grep.h;h=75370f60d7091becd3eaddf3b7069c26fca8c125;hb=85e2233f982f760d0e731b1258da2580834d8027;hp=f6eecc62c038f212fa4efc8648f13f61bf937452;hpb=97d484bea211f6d16c52d153ae02ea7a42668330;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;