]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-show.c
CLI: add (unused) database argument to subcommands.
[notmuch] / notmuch-show.c
index c0498c6672686efdbde940c678aea82cdc663780..58623d0060e8b2af0b663817c2e04c9bbd427aed 100644 (file)
@@ -1215,7 +1215,7 @@ static const notmuch_show_format_t *formatters[] = {
 };
 
 int
 };
 
 int
-notmuch_show_command (notmuch_config_t *config, int argc, char *argv[])
+notmuch_show_command (notmuch_config_t *config, unused(notmuch_database_t *notmuch), int argc, char *argv[])
 {
     notmuch_database_t *notmuch;
     notmuch_query_t *query;
 {
     notmuch_database_t *notmuch;
     notmuch_query_t *query;