]> git.notmuchmail.org Git - notmuch/blobdiff - lib/open.cc
lib/{open,message}: make some internal functions static
[notmuch] / lib / open.cc
index 1ca69665c4e446ce4023b90713a86376c91310ee..72f1232c1a990399407680779f2204b7f56a8a30 100644 (file)
@@ -242,7 +242,7 @@ _choose_database_path (void *ctx,
     return NOTMUCH_STATUS_SUCCESS;
 }
 
-notmuch_database_t *
+static notmuch_database_t *
 _alloc_notmuch ()
 {
     notmuch_database_t *notmuch;
@@ -755,7 +755,7 @@ notmuch_database_reopen (notmuch_database_t *notmuch,
     return NOTMUCH_STATUS_SUCCESS;
 }
 
-notmuch_status_t
+static notmuch_status_t
 _maybe_load_config_from_database (notmuch_database_t *notmuch,
                                  GKeyFile *key_file,
                                  const char *database_path,