X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-client.h;h=96d81166d2f52342b721f7be293eb2641ea4e868;hb=b5eaa8ee83b7e6e54ab14cb5c13d6bc5721f522a;hp=8643a63f0a57df633767c099a730d0dbb188495f;hpb=731697d671749a13634a2a4b843ce62f2927f64f;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index 8643a63f..96d81166 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -485,11 +485,11 @@ 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); +notmuch_query_syntax_t shared_option_query_syntax (); + +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);