Index: expfeat.c =================================================================== --- expfeat.c (revision 17464) +++ expfeat.c (revision 17465) @@ -40,7 +40,7 @@ /* %start-doc actions Debug This action is a template, copy and rename this to create new actions. %end-doc */ -static fgw_error_t pcb_act_ExpFeatTmp(int oargc, const char **oargv) +static fgw_error_t pcb_act_ExpFeatTmp(fgw_arg_t *ores, int oargc, fgw_arg_t *oargv) { PCB_OLD_ACT_BEGIN; pcb_message(PCB_MSG_INFO, "Hello world from expfeat!\n");