]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
cli: config: make notmuch_config_open() "is new" parameter input only
[notmuch] / notmuch-client.h
index 07367e014ccacda58d9cf88ae69ac611d7dc8973..b3dcb21a5fa8eeb30b36aa2babaf3d40ad55378f 100644 (file)
@@ -248,7 +248,7 @@ typedef struct _notmuch_config notmuch_config_t;
 notmuch_config_t *
 notmuch_config_open (void *ctx,
                     const char *filename,
-                    notmuch_bool_t *is_new_ret);
+                    notmuch_bool_t create_new);
 
 void
 notmuch_config_close (notmuch_config_t *config);