X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fopen.cc;fp=lib%2Fopen.cc;h=72f1232c1a990399407680779f2204b7f56a8a30;hp=1ca69665c4e446ce4023b90713a86376c91310ee;hb=b0a11dbc3822271e948f625ca326e86ff68f2e57;hpb=87234a8ef3aed65f131348388c36799f1741e327 diff --git a/lib/open.cc b/lib/open.cc index 1ca69665..72f1232c 100644 --- a/lib/open.cc +++ b/lib/open.cc @@ -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,