X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;fp=lib%2Fnotmuch-private.h;h=969caac0eb15c2d73ef057d9854fdc9b10ae9399;hp=51016b0b430017397cc5cc86ab518994fe432550;hb=4743e87c2c79c37208bb60d6617ef203796fc5c2;hpb=763445beaec906440fbdd497755718ef860b88e4 diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 51016b0b..969caac0 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -704,6 +704,9 @@ struct _notmuch_indexopts { #define EMPTY_STRING(s) ((s)[0] == '\0') +/* config.cc */ +notmuch_status_t +_notmuch_config_load_from_database (notmuch_database_t * db); NOTMUCH_END_DECLS #ifdef __cplusplus