Index: constraint_gui.c =================================================================== --- constraint_gui.c (revision 30944) +++ constraint_gui.c (revision 30945) @@ -172,7 +172,7 @@ rnd_actionva(&PCB->hidlib, "tang", NULL); } -void cons_gui_confchg(conf_native_t *cfg, int arr_idx) +void cons_gui_confchg(rnd_conf_native_t *cfg, int arr_idx) { if (!cnstgui_ctx.active || cnstgui_ctx.inhibit_confchg) return; Index: ddraft.c =================================================================== --- ddraft.c (revision 30944) +++ ddraft.c (revision 30945) @@ -517,7 +517,7 @@ }; -static void mode_confchg(conf_native_t *cfg, int arr_idx) +static void mode_confchg(rnd_conf_native_t *cfg, int arr_idx) { static int ddraft_tool_selected = 0; @@ -549,7 +549,7 @@ int pplg_init_ddraft(void) { - conf_native_t *cn; + rnd_conf_native_t *cn; conf_hid_id_t confid; PCB_API_CHK_VER;