diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-03-19 19:11:15 +1100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-07 20:51:55 +0200 |
commit | 5fff53882002bf5378690ddeb8251e2c99490266 (patch) | |
tree | 88e4e69bd93f12b66e8738b082c62419fe8a076a /source3/include | |
parent | c4ad3e57ff23b3a64e8a351c4b5466eabe52f3f1 (diff) | |
download | samba-5fff53882002bf5378690ddeb8251e2c99490266.tar.gz samba-5fff53882002bf5378690ddeb8251e2c99490266.tar.bz2 samba-5fff53882002bf5378690ddeb8251e2c99490266.zip |
s3:charcnv Remove unused ucs2_to_unistr2()
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index b677c3d922..788f33ff71 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1602,7 +1602,6 @@ smb_ucs2_t *strpbrk_wa(const smb_ucs2_t *s, const char *p); smb_ucs2_t *strstr_wa(const smb_ucs2_t *s, const char *ins); int unistrlen(uint16 *s); int unistrcpy(uint16 *dst, uint16 *src); -UNISTR2* ucs2_to_unistr2(TALLOC_CTX *ctx, UNISTR2* dst, smb_ucs2_t* src); int toupper_ascii(int c); int tolower_ascii(int c); int isupper_ascii(int c); |