aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index 02ff8b74..f3396d0d 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -145,7 +145,9 @@ show_message_body (const char *filename,
typedef struct _notmuch_config notmuch_config_t;
notmuch_config_t *
-notmuch_config_open (void *ctx, const char *filename);
+notmuch_config_open (void *ctx,
+ const char *filename,
+ notmuch_bool_t *is_new_ret);
void
notmuch_config_close (notmuch_config_t *config);