aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_unicode.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2009-05-02 04:59:34 +0000
committerSteve French <sfrench@us.ibm.com>2009-05-02 04:59:34 +0000
commit341060273232a2df0d1a7fa53abc661fcf22747c (patch)
tree60af81806205be40f3f60773b98bebc33ce97153 /fs/cifs/cifs_unicode.h
parent[CIFS] NTLMSSP support moving into new file, old dead code removed (diff)
downloadlinux-dev-341060273232a2df0d1a7fa53abc661fcf22747c.tar.xz
linux-dev-341060273232a2df0d1a7fa53abc661fcf22747c.zip
[CIFS] remove cifs_strfromUCS_le
Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifs_unicode.h')
-rw-r--r--fs/cifs/cifs_unicode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/cifs_unicode.h b/fs/cifs/cifs_unicode.h
index 1570a701bf3f..650638275a6f 100644
--- a/fs/cifs/cifs_unicode.h
+++ b/fs/cifs/cifs_unicode.h
@@ -76,7 +76,6 @@ int cifs_from_ucs2(char *to, const __le16 *from, int tolen, int fromlen,
const struct nls_table *codepage, bool mapchar);
int cifs_ucs2_bytes(const __le16 *from, int maxbytes,
const struct nls_table *codepage);
-int cifs_strfromUCS_le(char *, const __le16 *, int, const struct nls_table *);
int cifs_strtoUCS(__le16 *, const char *, int, const struct nls_table *);
char *cifs_strndup_from_ucs(const char *src, const int maxlen,
const bool is_unicode,