X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch-client.h;h=f820791f0fc13c639843e0d9b1cf913a78b0b944;hb=d447b694b498c3e18a22f1eb15139a798c6aab26;hp=8643a63f0a57df633767c099a730d0dbb188495f;hpb=005c6201184c539d23d076303bd360bdba412e48;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index 8643a63f..f820791f 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -485,11 +485,9 @@ print_status_gzbytes (const char *loc, #include "command-line-arguments.h" -extern const char *notmuch_requested_db_uuid; extern const notmuch_opt_desc_t notmuch_shared_options []; -void notmuch_exit_if_unmatched_db_uuid (notmuch_database_t *notmuch); -void notmuch_process_shared_options (const char *subcommand_name); +void notmuch_process_shared_options (notmuch_database_t *notmuch, const char *subcommand_name); int notmuch_minimal_options (const char *subcommand_name, int argc, char **argv);