X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=7cb6fd49d890bf9b5f718c4bf36a9e32bdc0aad2;hp=8a1f2fab77af7c5d9102babdf7625394ed8a07c0;hb=b53e1a2da720e9a0efd815b92f0a54dc2f644ffc;hpb=08757767de5c148cea8e7b97274789f851fbd854 diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 8a1f2fab..7cb6fd49 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -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);