X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-client.h;h=de318e1f2e1937abce22bd62a990e1a5523404f3;hb=2494e61b9ee6bbab4ac017136d7c6ee0de19b26d;hp=82ae44e429fc167524177ab6ed970ea336d2ca0f;hpb=f316f7ef6af98b8f89f094dde24e36b837b3c5f2;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index 82ae44e4..de318e1f 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -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