Index: calay.c =================================================================== --- calay.c (revision 29513) +++ calay.c (revision 29514) @@ -225,7 +225,7 @@ return 0; } -static int calay_support_prio(pcb_plug_import_t *ctx, unsigned int aspects, FILE *fp, const char *filename) +static int calay_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 */