Index: smartdisperse.c =================================================================== --- smartdisperse.c (revision 4992) +++ smartdisperse.c (revision 4993) @@ -159,7 +159,7 @@ PCB_AFAIL(smartdisperse); } - Nets = ProcNetlist(&PCB->NetlistLib[0]); + Nets = pcb_rat_proc_netlist(&PCB->NetlistLib[0]); if (!Nets) { pcb_message(PCB_MSG_ERROR, _("Can't use SmartDisperse because no netlist is loaded.\n")); return 0; @@ -226,7 +226,7 @@ /* Place larger nets, still grouping by net */ PCB_NET_LOOP(Nets); { - CONNECTION_LOOP(net); + PCB_CONNECTION_LOOP(net); { pcb_element_t *element;