X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase.cc;h=65478b8a30c4ec217c293c95675d0090afa25dba;hb=d6faef5b76ced057902783d3a22b2b3d03fd2d45;hp=5b677d42007fcae27e2632701d2c4073a664e44b;hpb=c50891f449269b7c6f235c510a472be832b95cc1;p=notmuch 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;