]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-tag.c
CLI: add (unused) database argument to subcommands.
[notmuch] / notmuch-tag.c
index 05b1837d7c5038ee6cf9ad5f387ca8264bcab172..205f27334066ac1485bed439c7beaf88e694cd56 100644 (file)
@@ -187,7 +187,7 @@ tag_file (void *ctx, notmuch_database_t *notmuch, tag_op_flag_t flags,
 }
 
 int
-notmuch_tag_command (notmuch_config_t *config, int argc, char *argv[])
+notmuch_tag_command (notmuch_config_t *config, unused(notmuch_database_t *notmuch), int argc, char *argv[])
 {
     tag_op_list_t *tag_ops = NULL;
     char *query_string = NULL;