cifs: add replacement for cifs_strtoUCS_le called cifs_from_ucs2
[pandora-kernel.git] / fs / cifs / cifs_unicode.h
index d6fe8ec..6aa6533 100644 (file)
@@ -72,6 +72,8 @@ extern struct UniCaseRange UniLowerRange[];
 #endif                         /* UNIUPR_NOLOWER */
 
 #ifdef __KERNEL__
+int cifs_from_ucs2(char *to, const __le16 *from, int tolen, int fromlen,
+                  const struct nls_table *codepage, bool mapchar);
 int cifs_strfromUCS_le(char *, const __le16 *, int, const struct nls_table *);
 int cifs_strtoUCS(__le16 *, const char *, int, const struct nls_table *);
 #endif