]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: add stub for notmuch_database_open_with_config
[notmuch] / lib / notmuch-private.h
index 969caac0eb15c2d73ef057d9854fdc9b10ae9399..40b1a85511b1180dd5c3e977a5157290f5173a95 100644 (file)
@@ -707,6 +707,9 @@ struct _notmuch_indexopts {
 /* config.cc */
 notmuch_status_t
 _notmuch_config_load_from_database (notmuch_database_t * db);
+
+notmuch_status_t
+_notmuch_config_load_from_file (notmuch_database_t * db, GKeyFile *file);
 NOTMUCH_END_DECLS
 
 #ifdef __cplusplus