Index: polygon_act.c =================================================================== --- polygon_act.c (revision 4888) +++ polygon_act.c (revision 4889) @@ -61,7 +61,7 @@ { const char *function = PCB_ACTION_ARG(0); if (function) { - switch (funchash_get(function, NULL)) { + switch (pcb_funchash_get(function, NULL)) { case F_Object: { int type; @@ -120,7 +120,7 @@ const char *function = PCB_ACTION_ARG(0); if (function && conf_core.editor.mode == PCB_MODE_POLYGON) { pcb_notify_crosshair_change(pcb_false); - switch (funchash_get(function, NULL)) { + switch (pcb_funchash_get(function, NULL)) { /* close open polygon if possible */ case F_Close: ClosePolygon();