mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
fix build failure introduced by 5.1-marvel merge
include/m_ctype.h: update prototype to reflect changes to my_strchr.c
This commit is contained in:
parent
cf245c8f3a
commit
d7fc500627
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ int my_wildcmp_unicode(CHARSET_INFO *cs,
|
||||||
extern my_bool my_parse_charset_xml(const char *bug, uint len,
|
extern my_bool my_parse_charset_xml(const char *bug, uint len,
|
||||||
int (*add)(CHARSET_INFO *cs));
|
int (*add)(CHARSET_INFO *cs));
|
||||||
extern char *my_strchr(CHARSET_INFO *cs, const char *str, const char *end,
|
extern char *my_strchr(CHARSET_INFO *cs, const char *str, const char *end,
|
||||||
char c);
|
pchar c);
|
||||||
|
|
||||||
my_bool my_propagate_simple(CHARSET_INFO *cs, const uchar *str, uint len);
|
my_bool my_propagate_simple(CHARSET_INFO *cs, const uchar *str, uint len);
|
||||||
my_bool my_propagate_complex(CHARSET_INFO *cs, const uchar *str, uint len);
|
my_bool my_propagate_complex(CHARSET_INFO *cs, const uchar *str, uint len);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue