X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=8587e86ca57ad6697c4966f8fcf8ee9fc677c941;hp=7b35fc5b0ca8bc4656841a14c6212814f05d2fbc;hb=0c8ce66ef4645e84887884fb5669fe158172f426;hpb=b846bdb48233c907d1ecaff495fbf6bc578910d6 diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 7b35fc5b..8587e86c 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -192,6 +192,9 @@ _notmuch_message_id_compressed (void *ctx, const char *message_id); notmuch_status_t _notmuch_database_ensure_writable (notmuch_database_t *notmuch); +notmuch_status_t +_notmuch_database_reopen (notmuch_database_t *notmuch); + void _notmuch_database_log (notmuch_database_t *notmuch, const char *format, ...);