diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-03-19 19:14:36 +1100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-07 20:51:55 +0200 |
commit | 80163b5ac5bfff3698aeb9c5c43a2cc94947055c (patch) | |
tree | 0e650cdd41d17d8b08568e9306bd6814054e0dd0 /source3/include/proto.h | |
parent | 5fff53882002bf5378690ddeb8251e2c99490266 (diff) | |
download | samba-80163b5ac5bfff3698aeb9c5c43a2cc94947055c.tar.gz samba-80163b5ac5bfff3698aeb9c5c43a2cc94947055c.tar.bz2 samba-80163b5ac5bfff3698aeb9c5c43a2cc94947055c.zip |
s3:charcnv Remove unused unistr2 functions
Natrually, the hard work to make these unsued was done by GD, not me :-)
Andrew Bartlett
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 788f33ff71..d5c11faf56 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1560,13 +1560,8 @@ int rpcstr_pull_talloc(TALLOC_CTX *ctx, void *src, int src_len, int flags); -int rpcstr_pull_unistr2_fstring(char *dest, UNISTR2 *src); -char *rpcstr_pull_unistr2_talloc(TALLOC_CTX *ctx, const UNISTR2 *src); int rpcstr_push(void *dest, const char *src, size_t dest_len, int flags); int rpcstr_push_talloc(TALLOC_CTX *ctx, smb_ucs2_t **dest, const char *src); -void unistr2_to_ascii(char *dest, const UNISTR2 *str, size_t maxlen); -char *unistr2_to_ascii_talloc(TALLOC_CTX *ctx, const UNISTR2 *str); -const char *unistr2_static(const UNISTR2 *str); smb_ucs2_t toupper_w(smb_ucs2_t val); smb_ucs2_t tolower_w( smb_ucs2_t val ); bool islower_w(smb_ucs2_t c); |