Index: ltspice.c =================================================================== --- ltspice.c (revision 17464) +++ ltspice.c (revision 17465) @@ -266,7 +266,7 @@ static const char pcb_acts_LoadLtspiceFrom[] = "LoadLtspiceFrom(filename)"; static const char pcb_acth_LoadLtspiceFrom[] = "Loads the specified ltspice .net and .asc file - the netlist must be mentor netlist."; -fgw_error_t pcb_act_LoadLtspiceFrom(int oargc, const char **oargv) +fgw_error_t pcb_act_LoadLtspiceFrom(fgw_arg_t *ores, int oargc, fgw_arg_t *oargv) { PCB_OLD_ACT_BEGIN; const char *fname = NULL, *end;