summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2012-08-08 15:56:58 -0700
committerJeremy Allison <jra@samba.org>2012-08-09 12:07:41 -0700
commitce21d0804012da27cec72abe896352d7f0e7e1e5 (patch)
tree158e7f694b475fdb6d0ccea44e09ec11c2ee53f1 /source3/include/proto.h
parentc13887defc4c05b6b87f8f40ae0cf981a497f443 (diff)
downloadsamba-ce21d0804012da27cec72abe896352d7f0e7e1e5.tar.gz
samba-ce21d0804012da27cec72abe896352d7f0e7e1e5.tar.bz2
samba-ce21d0804012da27cec72abe896352d7f0e7e1e5.zip
Fix strlower_m() to return an error indication.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index bfb9b37fd5..9af72a190b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -701,7 +701,7 @@ char *strchr_m(const char *src, char c);
char *strrchr_m(const char *s, char c);
char *strnrchr_m(const char *s, char c, unsigned int n);
char *strstr_m(const char *src, const char *findstr);
-void strlower_m(char *s);
+bool strlower_m(char *s);
bool strupper_m(char *s);
size_t strlen_m(const char *s);
size_t strlen_m_term(const char *s);