]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
database: Make _parse_message_id static once again.
[notmuch] / lib / notmuch-private.h
index c398c80add1f840d492a254aed53238b7e97d5af..dad7e22e52689079ac53658fb327a489b333eff5 100644 (file)
@@ -147,9 +147,6 @@ typedef enum _notmuch_private_status {
 const char *
 _find_prefix (const char *name);
 
-char *
-_parse_message_id (void *ctx, const char *message_id, const char **next);
-
 /* thread.cc */
 
 notmuch_thread_t *
@@ -207,6 +204,9 @@ _notmuch_message_set_date (notmuch_message_t *message,
 void
 _notmuch_message_sync (notmuch_message_t *message);
 
+void
+_notmuch_message_close (notmuch_message_t *message);
+
 /* index.cc */
 
 notmuch_status_t