]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
cli/dump: bump dump format version to 3
[notmuch] / notmuch-client.h
index 793f32ecc55a36d5b08d57a7ce99ebc5d4d72e80..dc640326d4ec933d7cd21daff2541086b5d00af4 100644 (file)
@@ -465,7 +465,7 @@ typedef enum dump_includes {
 
 #define DUMP_INCLUDE_DEFAULT (DUMP_INCLUDE_TAGS | DUMP_INCLUDE_CONFIG | DUMP_INCLUDE_PROPERTIES)
 
-#define NOTMUCH_DUMP_VERSION 2
+#define NOTMUCH_DUMP_VERSION 3
 
 int
 notmuch_database_dump (notmuch_database_t *notmuch,
@@ -489,6 +489,9 @@ print_status_database (const char *loc,
                       const notmuch_database_t *database,
                       notmuch_status_t status);
 
+int
+status_to_exit (notmuch_status_t status);
+
 #include "command-line-arguments.h"
 
 extern char *notmuch_requested_db_uuid;