]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
CLI: add (unused) database argument to subcommands.
[notmuch] / notmuch-reply.c
index ceb4f39bc587b7fe21a9ec04289f362cfbbba644..a8ffbf7566a8704f3fab22406e32505c459d856d 100644 (file)
@@ -700,7 +700,7 @@ do_reply (notmuch_config_t *config,
 }
 
 int
-notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[])
+notmuch_reply_command (notmuch_config_t *config, unused(notmuch_database_t *notmuch), int argc, char *argv[])
 {
     notmuch_database_t *notmuch;
     notmuch_query_t *query;