]> git.cworth.org Git - notmuch/blobdiff - notmuch-client.h
CLI: move indexopts variable out of shared options block
[notmuch] / notmuch-client.h
index 82ae44e429fc167524177ab6ed970ea336d2ca0f..de318e1f2e1937abce22bd62a990e1a5523404f3 100644 (file)
@@ -499,11 +499,10 @@ int notmuch_minimal_options (const char *subcommand_name,
 struct _notmuch_client_indexing_cli_choices {
     int decrypt_policy;
     bool decrypt_policy_set;
-    notmuch_indexopts_t *opts;
 };
 extern struct _notmuch_client_indexing_cli_choices indexing_cli_choices;
 extern const notmuch_opt_desc_t notmuch_shared_indexing_options [];
 notmuch_status_t
-notmuch_process_shared_indexing_options (notmuch_database_t *notmuch);
+notmuch_process_shared_indexing_options (notmuch_indexopts_t *opts);
 
 #endif