]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-restore.c
CLI: drop notmuch_config_t from subcommand interface.
[notmuch] / notmuch-restore.c
index 081b504c93b044ba709669752e24f029697ff123..1a81212f0f9810e4db2cb6b07a832b1bc9f1ce2f 100644 (file)
@@ -219,8 +219,7 @@ parse_sup_line (void *ctx, char *line,
 }
 
 int
 }
 
 int
-notmuch_restore_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch,
-                        int argc, char *argv[])
+notmuch_restore_command (notmuch_database_t *notmuch, int argc, char *argv[])
 {
     bool accumulate = false;
     tag_op_flag_t flags = 0;
 {
     bool accumulate = false;
     tag_op_flag_t flags = 0;