Index: select.h =================================================================== --- select.h (revision 3128) +++ select.h (revision 3129) @@ -47,6 +47,6 @@ SM_LIST = 1 } search_method_t; -bool SelectObjectByName(int, char *, bool, search_method_t); +bool SelectObjectByName(int, const char *, bool, search_method_t); #endif