From d458f6b3bd7043bb78953bdc48ee6e2dcb034042 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 12 Apr 2011 16:16:22 +1000 Subject: s3-lib make static and remove more _w functions Signed-off-by: Andrew Tridgell --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4b7fda106c..2ffff4c137 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1063,9 +1063,7 @@ smb_ucs2_t *strnrchr_w(const smb_ucs2_t *s, smb_ucs2_t c, unsigned int n); smb_ucs2_t *strstr_w(const smb_ucs2_t *s, const smb_ucs2_t *ins); bool strlower_w(smb_ucs2_t *s); bool strupper_w(smb_ucs2_t *s); -void strnorm_w(smb_ucs2_t *s, int case_default); int strcmp_w(const smb_ucs2_t *a, const smb_ucs2_t *b); -int strncmp_w(const smb_ucs2_t *a, const smb_ucs2_t *b, size_t len); 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); -- cgit