Index: select_act.c =================================================================== --- select_act.c (revision 4888) +++ select_act.c (revision 4889) @@ -130,7 +130,7 @@ if (function) { int type; - switch (funchash_get(function, NULL)) { /* select objects by their names */ + switch (pcb_funchash_get(function, NULL)) { /* select objects by their names */ case F_ElementByName: type = PCB_TYPE_ELEMENT; goto commonByName; @@ -288,7 +288,7 @@ const char *function = PCB_ACTION_ARG(0); if (function) { int type; - switch (funchash_get(function, NULL)) { + switch (pcb_funchash_get(function, NULL)) { /* select objects by their names */ case F_ElementByName: type = PCB_TYPE_ELEMENT;