Change find_type family to accept const TYPELIB*.

include/mysql_h.ic:
  Change find_type family to accept const TYPELIB*.
  This sort of change can not break the ABI.
This commit is contained in:
unknown
2007-03-27 20:27:58 +04:00
parent d9b8e466bf
commit 66fcdd5403
5 changed files with 12 additions and 7 deletions

View File

@ -42,7 +42,7 @@
>0 Offset+1 in typelib for matched string
*/
int find_type(my_string x, TYPELIB *typelib, uint full_name)
int find_type(const char *x, const TYPELIB *typelib, uint full_name)
{
int find,pos,findpos;
reg1 my_string i;