]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database.cc
database: Make _parse_message_id static once again.
[notmuch] / lib / database.cc
index 5b677d42007fcae27e2632701d2c4073a664e44b..65478b8a30c4ec217c293c95675d0090afa25dba 100644 (file)
@@ -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. */
  * 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;
 _parse_message_id (void *ctx, const char *message_id, const char **next)
 {
     const char *s, *end;