X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reindex.c;fp=notmuch-reindex.c;h=bceac72284649b7c2605e952f40fd53dff37af52;hp=44223042f46c1dc8536726f3c64d8448a2694f30;hb=eb232ee0aba8f031fe4f0cb509682a321d85e06e;hpb=b10ce6bc23002d48916b1b2f375480e7540e3164 diff --git a/notmuch-reindex.c b/notmuch-reindex.c index 44223042..bceac722 100644 --- a/notmuch-reindex.c +++ b/notmuch-reindex.c @@ -40,7 +40,7 @@ handle_sigint (unused (int sig)) */ static int reindex_query (notmuch_database_t *notmuch, const char *query_string, - notmuch_param_t *indexopts) + notmuch_indexopts_t *indexopts) { notmuch_query_t *query; notmuch_messages_t *messages; @@ -89,7 +89,7 @@ notmuch_reindex_command (notmuch_config_t *config, int argc, char *argv[]) struct sigaction action; int opt_index; int ret; - notmuch_param_t *indexopts = NULL; + notmuch_indexopts_t *indexopts = NULL; /* Set up our handler for SIGINT */ memset (&action, 0, sizeof (struct sigaction));