Index: search.h =================================================================== --- search.h (revision 3088) +++ search.h (revision 3089) @@ -157,6 +157,6 @@ int SearchScreen(Coord, Coord, int, void **, void **, void **); int SearchScreenGridSlop(Coord, Coord, int, void **, void **, void **); int SearchObjectByID(DataTypePtr, void **, void **, void **, int, int); -ElementTypePtr SearchElementByName(DataTypePtr, char *); +ElementTypePtr SearchElementByName(DataTypePtr, const char *); #endif