]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: Implement versioning in the database and provide upgrade function.
[notmuch] / lib / notmuch-private.h
index 27b1317da3609c42953de1e40a5f047a9932fb1a..f9adea728b4b8e83644f1b5c66245743c9ac5e86 100644 (file)
@@ -238,6 +238,9 @@ _notmuch_message_gen_terms (notmuch_message_t *message,
                            const char *prefix_name,
                            const char *text);
 
                            const char *prefix_name,
                            const char *text);
 
+void
+_notmuch_message_upgrade_filename_storage (notmuch_message_t *message);
+
 notmuch_status_t
 _notmuch_message_add_filename (notmuch_message_t *message,
                               const char *filename);
 notmuch_status_t
 _notmuch_message_add_filename (notmuch_message_t *message,
                               const char *filename);