diff options
| author | David Bremner <david@tethera.net> | 2021-05-23 21:08:28 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-06-05 15:40:00 -0300 |
| commit | b0a11dbc3822271e948f625ca326e86ff68f2e57 (patch) | |
| tree | b69c75badf176f5cd0e98d281bf2d06aa9501f61 /lib/message.cc | |
| parent | 87234a8ef3aed65f131348388c36799f1741e327 (diff) | |
lib/{open,message}: make some internal functions static
They are not used outside their file, so being extern seems like an oversight
Diffstat (limited to 'lib/message.cc')
| -rw-r--r-- | lib/message.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/message.cc b/lib/message.cc index 7af6ab82..560f2746 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -742,7 +742,7 @@ _notmuch_message_remove_terms (notmuch_message_t *message, const char *prefix) * properties, along with any automatic tags*/ /* According to Xapian API docs, none of these calls throw * exceptions */ -notmuch_private_status_t +static notmuch_private_status_t _notmuch_message_remove_indexed_terms (notmuch_message_t *message) { Xapian::TermIterator i; |
