X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=grep.h;h=45a222d904b5898758c3c84f6ef1e0119c81f6b2;hb=a2df1fb2e52a49bf6b17b352581510efd851f337;hp=59b3f871ea63619f8d3caae74c41b4da1e9a2b9f;hpb=a15a435ad394548fb6d22fa69f9a0e6db9752298;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;