]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-dump.c
CLI: add (unused) database argument to subcommands.
[notmuch] / notmuch-dump.c
index 887ef7f0179ab872ab7280e1ade03e15d6e1124a..eb629dc9f10ec7e2caf96a2f1d9d5d5c93c920c0 100644 (file)
@@ -361,7 +361,7 @@ notmuch_database_dump (notmuch_database_t *notmuch,
 }
 
 int
-notmuch_dump_command (notmuch_config_t *config, int argc, char *argv[])
+notmuch_dump_command (notmuch_config_t *config, unused(notmuch_database_t *notmuch), int argc, char *argv[])
 {
     notmuch_database_t *notmuch;
     const char *query_str = NULL;