X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;fp=lib%2Fnotmuch-private.h;h=387f0c1efc2d31af963a03c53eecfee0b14ea940;hb=b30a59157d5ba0421c01fa3dc05d238d18738839;hp=ef81437887b4451e5e5c4f30c9535f00c5e10b19;hpb=74c3cc03c219f1046d2672ef686c91b3a7f8b806;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index ef814378..387f0c1e 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -724,6 +724,11 @@ _notmuch_config_load_defaults (notmuch_database_t *db); void _notmuch_config_cache (notmuch_database_t *db, notmuch_config_key_t key, const char *val); +/* open.cc */ +notmuch_status_t +_notmuch_choose_xapian_path (void *ctx, const char *database_path, const char **xapian_path, + char **message); + NOTMUCH_END_DECLS #ifdef __cplusplus