Index: read.c =================================================================== --- read.c (revision 36988) +++ read.c (revision 36989) @@ -616,7 +616,7 @@ int io_bxl_parse_footprint(pcb_plug_io_t *ctx, pcb_data_t *data, const char *filename, const char *subfpname) { - rnd_hidlib_t *hl = &PCB->hidlib; + rnd_design_t *hl = &PCB->hidlib; FILE *f; int chr, tok, yres, ret = 0; hdecode_t hctx; @@ -678,7 +678,7 @@ return ret; } -int io_bxl_test_parse2(rnd_hidlib_t *hl, pcb_plug_io_t *ctx, pcb_plug_iot_t typ, const char *filename, FILE *f_ignore, void *cbctx, void (*pat_cb)(void *cbctx, const char *name)) +int io_bxl_test_parse2(rnd_design_t *hl, pcb_plug_io_t *ctx, pcb_plug_iot_t typ, const char *filename, FILE *f_ignore, void *cbctx, void (*pat_cb)(void *cbctx, const char *name)) { FILE *f; int chr, tok, found_tok = 0, ret = 0;