]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-restore.c
CLI: add (unused) database argument to subcommands.
[notmuch] / notmuch-restore.c
index e2dc3d4550d548ac09f3892e7a6056826d6472a6..544f422802d15502b1ab2e73e69e976833a5a549 100644 (file)
@@ -219,7 +219,7 @@ parse_sup_line (void *ctx, char *line,
 }
 
 int
-notmuch_restore_command (notmuch_config_t *config, int argc, char *argv[])
+notmuch_restore_command (notmuch_config_t *config, unused(notmuch_database_t *notmuch), int argc, char *argv[])
 {
     notmuch_database_t *notmuch;
     bool accumulate = false;