Index: plug_footprint_act.c =================================================================== --- plug_footprint_act.c (revision 17464) +++ plug_footprint_act.c (revision 17465) @@ -33,7 +33,7 @@ static const char pcb_acts_fp_rehash[] = "fp_rehash()" ; static const char pcb_acth_fp_rehash[] = "Flush the library index; rescan all library search paths and rebuild the library index. Useful if there are changes in the library during a pcb-rnd session."; -static fgw_error_t pcb_act_fp_rehash(int oargc, const char **oargv) +static fgw_error_t pcb_act_fp_rehash(fgw_arg_t *ores, int oargc, fgw_arg_t *oargv) { PCB_OLD_ACT_BEGIN; pcb_fplibrary_t *l;