diff options
Diffstat (limited to 'include/linux/unicode.h')
-rw-r--r-- | include/linux/unicode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/unicode.h b/include/linux/unicode.h index aec2c6d800aa..990aa97d8049 100644 --- a/include/linux/unicode.h +++ b/include/linux/unicode.h | |||
@@ -17,6 +17,9 @@ int utf8_strncmp(const struct unicode_map *um, | |||
17 | 17 | ||
18 | int utf8_strncasecmp(const struct unicode_map *um, | 18 | int utf8_strncasecmp(const struct unicode_map *um, |
19 | const struct qstr *s1, const struct qstr *s2); | 19 | const struct qstr *s1, const struct qstr *s2); |
20 | int utf8_strncasecmp_folded(const struct unicode_map *um, | ||
21 | const struct qstr *cf, | ||
22 | const struct qstr *s1); | ||
20 | 23 | ||
21 | int utf8_normalize(const struct unicode_map *um, const struct qstr *str, | 24 | int utf8_normalize(const struct unicode_map *um, const struct qstr *str, |
22 | unsigned char *dest, size_t dlen); | 25 | unsigned char *dest, size_t dlen); |