Index: mentor_sch.c =================================================================== --- mentor_sch.c (revision 30948) +++ mentor_sch.c (revision 30949) @@ -309,7 +309,7 @@ void pplg_uninit_import_mentor_sch(void) { rnd_remove_actions_by_cookie(mentor_sch_cookie); - pcb_conf_unreg_fields("plugins/import_mentor_sch/"); + rnd_conf_unreg_fields("plugins/import_mentor_sch/"); PCB_HOOK_UNREGISTER(pcb_plug_import_t, pcb_plug_import_chain, &import_mentor_sch); } @@ -318,7 +318,7 @@ PCB_API_CHK_VER; #define conf_reg(field,isarray,type_name,cpath,cname,desc,flags) \ - pcb_conf_reg_field(conf_mentor, field,isarray,type_name,cpath,cname,desc,flags); + rnd_conf_reg_field(conf_mentor, field,isarray,type_name,cpath,cname,desc,flags); #include "mentor_sch_conf_fields.h" /* register the IO hook */