X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=36cc12b0df123c7a0eb79c0d81f8b40db9650d79;hp=17f30613bd00509e912d594101d21b7f587aae4d;hb=ce44657c9e4919b1e4bbbbbe37dbd72257d40736;hpb=f92342cb76fa3e1fa2f1c2e727f8ddf1a5c21b7d diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 17f30613..36cc12b0 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -174,6 +174,9 @@ typedef struct _notmuch_doc_id_set notmuch_doc_id_set_t; const char * _find_prefix (const char *name); +char * +_notmuch_message_id_compressed (void *ctx, const char *message_id); + notmuch_status_t _notmuch_database_ensure_writable (notmuch_database_t *notmuch);