Index: plug_footprint.c =================================================================== --- plug_footprint.c (revision 36988) +++ plug_footprint.c (revision 36989) @@ -508,7 +508,7 @@ return 1; } -int pcb_fp_rehash(rnd_hidlib_t *hidlib, pcb_fplibrary_t *l) +int pcb_fp_rehash(rnd_design_t *hidlib, pcb_fplibrary_t *l) { pcb_plug_fp_t *be; char *path; @@ -542,7 +542,7 @@ const char *PCB_PTR_DOMAIN_FPMAP = "pcb_fgw_ptr_domain_fpmap"; -const char *pcb_fp_map_choose(rnd_hidlib_t *hidlib, const pcb_plug_fp_map_t *map) +const char *pcb_fp_map_choose(rnd_design_t *hidlib, const pcb_plug_fp_map_t *map) { int numfp; const pcb_plug_fp_map_t *bestm = NULL, *m;