]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
lib: Add "lastmod:" queries for filtering by last modification
[notmuch] / notmuch-client.h
index 78680aa122af56dc9cd9432982e51e713594db14..4a4f86c41b8794c5adc9b323779cdacc496cba7d 100644 (file)
@@ -466,7 +466,11 @@ notmuch_database_dump (notmuch_database_t *notmuch,
                       notmuch_bool_t gzip_output);
 
 #include "command-line-arguments.h"
+
+extern 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);
 int notmuch_minimal_options (const char* subcommand_name,
                             int argc, char **argv);