]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reindex.c
CLI: add (unused) database argument to subcommands.
[notmuch] / notmuch-reindex.c
index 5a39ade103de2f0fd6160639d2e56fa873784acd..9d337c486bfde755f920e47774b54872dbe45da7 100644 (file)
@@ -83,7 +83,7 @@ reindex_query (notmuch_database_t *notmuch, const char *query_string,
 }
 
 int
-notmuch_reindex_command (notmuch_config_t *config, int argc, char *argv[])
+notmuch_reindex_command (notmuch_config_t *config, unused(notmuch_database_t *notmuch), int argc, char *argv[])
 {
     char *query_string = NULL;
     notmuch_database_t *notmuch;