X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fopen.cc;h=72f1232c1a990399407680779f2204b7f56a8a30;hb=8dbd5deb8d3bbfda9554163c8d4cb2474c505c87;hp=1ca69665c4e446ce4023b90713a86376c91310ee;hpb=702635d5f61729b5d0453f73d8eaa4bc6eb50ed4;p=notmuch 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,