summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-14 12:31:18 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-14 12:31:18 +1000
commit9d62ee2a815570b24a099b3960ed23942eebb3e7 (patch)
tree7b1b0d49601f5749353da6f11572446ba03ae1bc /source3/include
parent35fca856604f32c1a30b018dcd05e7f43fafae5d (diff)
downloadsamba-9d62ee2a815570b24a099b3960ed23942eebb3e7.tar.gz
samba-9d62ee2a815570b24a099b3960ed23942eebb3e7.tar.bz2
samba-9d62ee2a815570b24a099b3960ed23942eebb3e7.zip
s3-lib Move strisnormal to it's only user in mangle_hash.c
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
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);