Index: import_netlist.c =================================================================== --- import_netlist.c (revision 31005) +++ import_netlist.c (revision 31006) @@ -78,13 +78,13 @@ } } else { - pcb_build_argfn_t p; + rnd_build_argfn_t p; used_popen = 1; memset(&p, 0, sizeof(p)); p.params['p'-'a'] = conf_core.rc.rat_path; p.params['f'-'a'] = filename; p.hidlib = &PCB->hidlib; - command = pcb_build_argfn(conf_core.rc.rat_command, &p); + command = rnd_build_argfn(conf_core.rc.rat_command, &p); /* open pipe to stdout of command */ if (*command == '\0' || (fp = pcb_popen(&PCB->hidlib, command, "r")) == NULL) {