From 9d62ee2a815570b24a099b3960ed23942eebb3e7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 14 Apr 2011 12:31:18 +1000 Subject: s3-lib Move strisnormal to it's only user in mangle_hash.c --- 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 be2915f4c5..e87a09a0c9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -958,7 +958,6 @@ int StrnCaseCmp(const char *s, const char *t, size_t len); bool strnequal(const char *s1,const char *s2,size_t n); bool strcsequal(const char *s1,const char *s2); void strnorm(char *s, int case_default); -bool strisnormal(const char *s, int case_default); char *push_skip_string(char *buf); char *skip_string(const char *base, size_t len, char *buf); size_t str_charnum(const char *s); -- cgit