Index: export_openems.c =================================================================== --- export_openems.c (revision 31000) +++ export_openems.c (revision 31001) @@ -620,7 +620,7 @@ openems_write_outline(&wctx); fprintf(wctx.f, "%%%%%% Copper objects\n"); - pcbhl_expose_main(&openems_hid, &ctx, NULL); + rnd_expose_main(&openems_hid, &ctx, NULL); fprintf(wctx.f, "%%%%%% Port(s) on terminals\n"); openems_write_testpoints(&wctx, wctx.pcb->Data);