Index: export_openems.c =================================================================== --- export_openems.c (revision 34762) +++ export_openems.c (revision 34763) @@ -651,7 +651,7 @@ openems_wr_m_outline(&wctx); fprintf(wctx.f, "%%%%%% Copper objects\n"); - rnd_expose_main(&openems_hid, &ctx, NULL); + rnd_app.expose_main(&openems_hid, &ctx, NULL); fprintf(wctx.f, "%%%%%% Port(s) on terminals\n"); openems_wr_testpoints(&wctx, wctx.pcb->Data); Index: openems_xml.c =================================================================== --- openems_xml.c (revision 34762) +++ openems_xml.c (revision 34763) @@ -152,7 +152,7 @@ ectx.view.X2 = ctx->pcb->hidlib.size_x; ectx.view.Y2 = ctx->pcb->hidlib.size_y; - rnd_expose_main(&openems_hid, &ectx, NULL); + rnd_app.expose_main(&openems_hid, &ectx, NULL); openems_wr_xml_layergrp_end(ctx); /* export substrate bricks */