Index: millpath.c =================================================================== --- millpath.c (revision 17464) +++ millpath.c (revision 17465) @@ -45,7 +45,7 @@ static const char pcb_acts_mill[] = "mill()"; static const char pcb_acth_mill[] = "Calculate toolpath for milling away copper"; -fgw_error_t pcb_act_mill(int oargc, const char **oargv) +fgw_error_t pcb_act_mill(fgw_arg_t *ores, int oargc, fgw_arg_t *oargv) { PCB_OLD_ACT_BEGIN; ctx.edge_clearance = PCB_MM_TO_COORD(0.05);