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