Index: ltspice.c =================================================================== --- ltspice.c (revision 29513) +++ ltspice.c (revision 29514) @@ -310,7 +310,7 @@ return 0; } -static int ltspice_support_prio(pcb_plug_import_t *ctx, unsigned int aspects, FILE *fp, const char *filename) +static int ltspice_support_prio(pcb_plug_import_t *ctx, unsigned int aspects, const char **args, int numargs) { if (aspects != IMPORT_ASPECT_NETLIST) return 0; /* only pure netlist import is supported */