cli: use designated initializers for opt desc
[notmuch.git] / notmuch-client.h
index 9d0f367d5e4ed849afb6d6b8b9f6b1693b43bf62..c68538fcc0a27d633336c37157ad6c5d7081a869 100644 (file)
@@ -508,7 +508,7 @@ status_to_exit (notmuch_status_t status);
 
 #include "command-line-arguments.h"
 
-extern char *notmuch_requested_db_uuid;
+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);