diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-03-19 19:20:08 +1100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-07 20:51:56 +0200 |
commit | 0c22d55134b39a6bc983b4f852f623a51af4d362 (patch) | |
tree | 1a2af9fd71978e2bc1a7c0b5abb691db347babfb /source3/include | |
parent | 3277b19800c6c56a32b7641d293e496475d8c62a (diff) | |
download | samba-0c22d55134b39a6bc983b4f852f623a51af4d362.tar.gz |
s3:charcnv Remove unused unistrcpy() and unistrlen()
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 7ae008511ca..f8a28ef1650 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1595,8 +1595,6 @@ int strcmp_wa(const smb_ucs2_t *a, const char *b); int strncmp_wa(const smb_ucs2_t *a, const char *b, size_t len); 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); int toupper_ascii(int c); int tolower_ascii(int c); int isupper_ascii(int c); |