Index: select.h =================================================================== --- select.h (revision 5072) +++ select.h (revision 5073) @@ -47,8 +47,8 @@ typedef enum { - SM_REGEX = 0, - SM_LIST = 1 + PCB_SM_REGEX = 0, + PCB_SM_LIST = 1 } pcb_search_method_t; pcb_bool pcb_select_object_by_name(int, const char *, pcb_bool, pcb_search_method_t);