Index: select.h =================================================================== --- select.h (revision 4804) +++ select.h (revision 4805) @@ -49,9 +49,9 @@ typedef enum { SM_REGEX = 0, SM_LIST = 1 -} search_method_t; +} pcb_search_method_t; -pcb_bool SelectObjectByName(int, const char *, pcb_bool, search_method_t); +pcb_bool SelectObjectByName(int, const char *, pcb_bool, pcb_search_method_t); /* New API */