]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
NEWS: set date
[notmuch] / notmuch-client.h
index 8643a63f0a57df633767c099a730d0dbb188495f..96d81166d2f52342b721f7be293eb2641ea4e868 100644 (file)
@@ -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);