diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-12 16:55:16 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-04-13 14:47:07 +1000 |
commit | ce2f217bd2402ada76c13bf3c170c8f55752fb11 (patch) | |
tree | 3efd73d49a5e9c2e5499030af2fbb681c59c7320 /source3/include | |
parent | e3138f2ffef32ee33778e0c068c6009a58536419 (diff) | |
download | samba-ce2f217bd2402ada76c13bf3c170c8f55752fb11.tar.gz samba-ce2f217bd2402ada76c13bf3c170c8f55752fb11.tar.bz2 samba-ce2f217bd2402ada76c13bf3c170c8f55752fb11.zip |
s3-lib Move strdup_w to it's only user in mangle_hash.c
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@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 a4de21faa2..48b94aacce 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1063,7 +1063,6 @@ bool strupper_w(smb_ucs2_t *s); int strcmp_w(const smb_ucs2_t *a, const smb_ucs2_t *b); int strcasecmp_w(const smb_ucs2_t *a, const smb_ucs2_t *b); int strncasecmp_w(const smb_ucs2_t *a, const smb_ucs2_t *b, size_t len); -smb_ucs2_t *strdup_w(const smb_ucs2_t *src); int strcmp_wa(const smb_ucs2_t *a, const char *b); int toupper_ascii(int c); int tolower_ascii(int c); |