X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=grep.h;h=45a222d904b5898758c3c84f6ef1e0119c81f6b2;hb=84cdd3c635280c42ae42009c4be020ef2c30ba7c;hp=59b3f871ea63619f8d3caae74c41b4da1e9a2b9f;hpb=a1e3c2c1986e688bbef38ad573970dacd4a5899f;p=git.git diff --git a/grep.h b/grep.h index 59b3f871e..45a222d90 100644 --- a/grep.h +++ b/grep.h @@ -74,6 +74,7 @@ struct grep_opt { unsigned extended:1; unsigned relative:1; unsigned pathname:1; + unsigned null_following_name:1; int regflags; unsigned pre_context; unsigned post_context;