diff options
Diffstat (limited to 'fs/cifs/cifs_unicode.h')
-rw-r--r-- | fs/cifs/cifs_unicode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifs_unicode.h b/fs/cifs/cifs_unicode.h index d6fe8ecd1ffc..6aa6533e49fa 100644 --- a/fs/cifs/cifs_unicode.h +++ b/fs/cifs/cifs_unicode.h | |||
@@ -72,6 +72,8 @@ extern struct UniCaseRange UniLowerRange[]; | |||
72 | #endif /* UNIUPR_NOLOWER */ | 72 | #endif /* UNIUPR_NOLOWER */ |
73 | 73 | ||
74 | #ifdef __KERNEL__ | 74 | #ifdef __KERNEL__ |
75 | int cifs_from_ucs2(char *to, const __le16 *from, int tolen, int fromlen, | ||
76 | const struct nls_table *codepage, bool mapchar); | ||
75 | int cifs_strfromUCS_le(char *, const __le16 *, int, const struct nls_table *); | 77 | int cifs_strfromUCS_le(char *, const __le16 *, int, const struct nls_table *); |
76 | int cifs_strtoUCS(__le16 *, const char *, int, const struct nls_table *); | 78 | int cifs_strtoUCS(__le16 *, const char *, int, const struct nls_table *); |
77 | #endif | 79 | #endif |