X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=command-line-arguments.h;h=dfc808bdab7838c81746f7671ba2fa8b3b904ce9;hb=9a0df8128c1a2f92d03035aebbd7a90eb93ec601;hp=ff51abceb117dbac79da53c728c8555d56d37263;hpb=4a6721970a42a9f86149fb5d395d1001fed2d305;p=notmuch diff --git a/command-line-arguments.h b/command-line-arguments.h index ff51abce..dfc808bd 100644 --- a/command-line-arguments.h +++ b/command-line-arguments.h @@ -27,6 +27,9 @@ typedef struct notmuch_opt_desc { /* Must be set except for opt_inherit and opt_position. */ const char *name; + /* Optional, if non-NULL, set to TRUE if the option is present. */ + notmuch_bool_t *present; + /* Must be set for opt_keyword and opt_flags. */ const struct notmuch_keyword *keywords; } notmuch_opt_desc_t;