]> git.cworth.org Git - notmuch/blobdiff - notmuch-client.h
CLI: make variable n_requested_db_uuid file scope.
[notmuch] / notmuch-client.h
index 8643a63f0a57df633767c099a730d0dbb188495f..f820791f0fc13c639843e0d9b1cf913a78b0b944 100644 (file)
@@ -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);