]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: provide _notmuch_database_log_append
[notmuch] / lib / notmuch-private.h
index 3721431e02e005e697d7e3e15f11a48a6a2edc44..643d9dd9d68867b9fa05cba23b5f65b3ab62ebea 100644 (file)
@@ -196,6 +196,10 @@ void
 _notmuch_database_log (notmuch_database_t *notmuch,
                       const char *format, ...);
 
+void
+_notmuch_database_log_append (notmuch_database_t *notmuch,
+                             const char *format, ...);
+
 unsigned long
 _notmuch_database_new_revision (notmuch_database_t *notmuch);