X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=643d9dd9d68867b9fa05cba23b5f65b3ab62ebea;hp=3721431e02e005e697d7e3e15f11a48a6a2edc44;hb=293186d6c6b1c4d158413de5412e6b4345e94970;hpb=92d8eae8f182e4eebc87d76f8d4f37e6c018883a 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);