Index: io_hyp.c =================================================================== --- io_hyp.c (revision 30944) +++ io_hyp.c (revision 30945) @@ -144,7 +144,7 @@ return 0; } -int io_hyp_read_pcb(pcb_plug_io_t * ctx, pcb_board_t * pcb, const char *Filename, conf_role_t settings_dest) +int io_hyp_read_pcb(pcb_plug_io_t * ctx, pcb_board_t * pcb, const char *Filename, rnd_conf_role_t settings_dest) { int res = hyp_parse(pcb->Data, Filename, 0); pcb_layer_auto_fixup(pcb);