]> git.cworth.org Git - notmuch/blobdiff - notmuch-client.h
cli/config: add accessor for config file name
[notmuch] / notmuch-client.h
index e8fb032312db0ef1d1e3f319a34070d43d35bfb1..a026002a27b0904c76fdb871f259db85627ea2ff 100644 (file)
@@ -334,6 +334,8 @@ void
 notmuch_config_set_search_exclude_tags (notmuch_config_t *config,
                                        const char *list[],
                                        size_t length);
+const char *
+_notmuch_config_get_path (notmuch_config_t *config);
 
 int
 notmuch_run_hook (const char *db_path, const char *hook);