Index: select.h =================================================================== --- select.h (revision 4185) +++ select.h (revision 4186) @@ -51,7 +51,8 @@ /* New API */ -/* Toggle the selection of an element */ +/* Change the selection of an element or element name (these have side effects) */ void pcb_select_element(ElementType *element, pcb_change_flag_t how, int redraw); +void pcb_select_element_name(ElementType *element, pcb_change_flag_t how, int redraw); #endif