mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
lib: make _notmuch_message_ensure_property_map static
It's not called outside message.cc
This commit is contained in:
parent
3db9e94b0e
commit
884dccf293
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue