]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message.cc
lib/{open,message}: make some internal functions static
[notmuch] / lib / message.cc
index 7af6ab82a721699ac7f09153724b9e8038484b2a..560f274658538d78ab72869251de0bc970557497 100644 (file)
@@ -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;