Index: io_hyp.c =================================================================== --- io_hyp.c (revision 30980) +++ io_hyp.c (revision 30981) @@ -106,9 +106,9 @@ if (debug > 0) rnd_message(RND_MSG_INFO, "Importing Hyperlynx file '%s', debug level %d\n", fname, debug); - pcb_hid_busy(PCB, 1); + rnd_hid_busy(PCB, 1); retval = hyp_parse(PCB->Data, fname, debug); - pcb_hid_busy(PCB, 0); + rnd_hid_busy(PCB, 0); /* notify GUI */ rnd_event(&PCB->hidlib, PCB_EVENT_LAYERS_CHANGED, NULL);