]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: add a log function with output to a string in notmuch_database_t
[notmuch] / lib / notmuch-private.h
index 8a1f2fab77af7c5d9102babdf7625394ed8a07c0..7cb6fd49d890bf9b5f718c4bf36a9e32bdc0aad2 100644 (file)
@@ -190,6 +190,10 @@ _notmuch_message_id_compressed (void *ctx, const char *message_id);
 notmuch_status_t
 _notmuch_database_ensure_writable (notmuch_database_t *notmuch);
 
+void
+_notmuch_database_log (notmuch_database_t *notmuch,
+                      const char *format, ...);
+
 const char *
 _notmuch_database_relative_path (notmuch_database_t *notmuch,
                                 const char *path);