From: David Bremner Date: Sat, 18 Feb 2017 14:45:48 +0000 (-0400) Subject: lib: make _notmuch_message_ensure_property_map static X-Git-Tag: 0.24_rc0~36 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=884dccf2939ea0aa6a23dab064676dc650c28c65;hp=3db9e94b0e94683349c594a63a7736dea6715b1a;ds=sidebyside lib: make _notmuch_message_ensure_property_map static It's not called outside message.cc --- diff --git a/lib/message.cc b/lib/message.cc index 9455b11d..2fb67d85 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -1801,7 +1801,7 @@ _notmuch_message_database (notmuch_message_t *message) return message->notmuch; } -void +static void _notmuch_message_ensure_property_map (notmuch_message_t *message) { notmuch_string_node_t *node;