]> git.cworth.org Git - notmuch/blobdiff - notmuch-dump.c
CLI: drop notmuch_config_t from subcommand interface.
[notmuch] / notmuch-dump.c
index 04ecd6a38564c0359bff08d1897714a44fa9f344..ae89e4da80ccbf90f53109539115a81b45410eb9 100644 (file)
@@ -361,8 +361,7 @@ notmuch_database_dump (notmuch_database_t *notmuch,
 }
 
 int
-notmuch_dump_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch,
-                     int argc, char *argv[])
+notmuch_dump_command (notmuch_database_t *notmuch, int argc, char *argv[])
 {
     const char *query_str = NULL;
     int ret;