summaryrefslogtreecommitdiff
path: root/strings/ctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/ctype.c')
-rw-r--r--strings/ctype.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/strings/ctype.c b/strings/ctype.c
index 7ff7e36ce2a..3d13fe55be8 100644
--- a/strings/ctype.c
+++ b/strings/ctype.c
@@ -1360,7 +1360,8 @@ outp:
int my_strnncollsp_nchars_generic(CHARSET_INFO *cs,
const uchar *str1, size_t len1,
const uchar *str2, size_t len2,
- size_t nchars)
+ size_t nchars,
+ uint flags)
{
int error;
len1= my_well_formed_length(cs, (const char *) str1,
@@ -1377,7 +1378,8 @@ int my_strnncollsp_nchars_generic(CHARSET_INFO *cs,
int my_strnncollsp_nchars_generic_8bit(CHARSET_INFO *cs,
const uchar *str1, size_t len1,
const uchar *str2, size_t len2,
- size_t nchars)
+ size_t nchars,
+ uint flags)
{
set_if_smaller(len1, nchars);
set_if_smaller(len2, nchars);