Index: export_vfs_mc.c =================================================================== --- export_vfs_mc.c (revision 26792) +++ export_vfs_mc.c (revision 26793) @@ -126,7 +126,7 @@ } } -static int export_vfs_mc_usage(const char *topic) +static int export_vfs_mc_usage(pcb_hid_t *hid, const char *topic) { fprintf(stderr, "\nexport_vfs_mc exporter command line arguments:\n\n"); pcb_hid_usage(export_vfs_mc_options, sizeof(export_vfs_mc_options) / sizeof(export_vfs_mc_options[0]));