Index: plug_footprint.c =================================================================== --- plug_footprint.c (revision 25188) +++ plug_footprint.c (revision 25189) @@ -448,7 +448,7 @@ return 1; } -int pcb_fp_rehash(pcb_fplibrary_t *l) +int pcb_fp_rehash(pcb_hidlib_t *hidlib, pcb_fplibrary_t *l) { pcb_plug_fp_t *be; char *path; @@ -472,7 +472,7 @@ free(path); if (res >= 0) { - pcb_event(PCB_EVENT_LIBRARY_CHANGED, NULL); + pcb_event(hidlib, PCB_EVENT_LIBRARY_CHANGED, NULL); return 0; } return -1;