X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=643d9dd9d68867b9fa05cba23b5f65b3ab62ebea;hb=87119b130bf7ec48181a33cd411f566d0234fc19;hp=3721431e02e005e697d7e3e15f11a48a6a2edc44;hpb=6a833a6e83865f6999707cc30768d07e1351c2cb;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 3721431e..643d9dd9 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -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);