X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=database.cc;fp=database.cc;h=e1ea324d5163466ad784939d7e23830171026475;hp=cd057846455605c2a01f270f84efa8731d6dcbb1;hb=c7482b4dce114b1c09cbac2f4ef6d0defdb23258;hpb=eb7b8cf31a8378784e97966204559f1b270ac3e9 diff --git a/database.cc b/database.cc index cd057846..e1ea324d 100644 --- a/database.cc +++ b/database.cc @@ -519,7 +519,7 @@ notmuch_database_get_path (notmuch_database_t *notmuch) return notmuch->path; } -notmuch_private_status_t +static notmuch_private_status_t find_timestamp_document (notmuch_database_t *notmuch, const char *db_key, Xapian::Document *doc, unsigned int *doc_id) { @@ -623,7 +623,7 @@ notmuch_database_get_timestamp (notmuch_database_t *notmuch, const char *key) * * Otherwise, returns a newly talloced string belonging to 'ctx'. */ -const char * +static const char * _resolve_message_id_to_thread_id (notmuch_database_t *notmuch, void *ctx, const char *message_id)