From ce2f217bd2402ada76c13bf3c170c8f55752fb11 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 12 Apr 2011 16:55:16 +1000 Subject: s3-lib Move strdup_w to it's only user in mangle_hash.c Andrew Bartlett Signed-off-by: Andrew Tridgell --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/proto.h') 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); -- cgit