From b76da87d29b6c9714e3d62fd8d459733df084f92 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 14 Feb 2021 09:32:41 -0400 Subject: CLI/config: migrate notmuch_config_open to new config notmuch_config_open will be preserved in the medium term for use by the commands that are manipulating the config file directly (config and setup) --- notmuch-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index b560e3ed..7911c20c 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -276,7 +276,7 @@ typedef enum { } notmuch_command_mode_t; notmuch_config_t * -notmuch_config_open (void *ctx, +notmuch_config_open (notmuch_database_t *notmuch, const char *filename, notmuch_command_mode_t config_mode); -- cgit v1.2.3