X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fdatabase.cc;h=65478b8a30c4ec217c293c95675d0090afa25dba;hp=5b677d42007fcae27e2632701d2c4073a664e44b;hb=0da0131096c83311b91b00bd72f05fb1902c595d;hpb=c50891f449269b7c6f235c510a472be832b95cc1 diff --git a/lib/database.cc b/lib/database.cc index 5b677d42..65478b8a 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -317,7 +317,7 @@ skip_space_and_comments (const char **str) * Returns a newly talloc'ed string belonging to 'ctx'. * * Returns NULL if there is any error parsing the message-id. */ -char * +static char * _parse_message_id (void *ctx, const char *message_id, const char **next) { const char *s, *end;