From 87fec1450f1ae78d9aea58f55bd22dda3d1f362a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 16 Jan 2009 00:25:31 +0100 Subject: lib: add strlen_m_term_null from s3. Guenther --- lib/util/charset/charset.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/util/charset/charset.h') diff --git a/lib/util/charset/charset.h b/lib/util/charset/charset.h index b69bef2d61..f027beb8db 100644 --- a/lib/util/charset/charset.h +++ b/lib/util/charset/charset.h @@ -84,6 +84,7 @@ struct smb_iconv_convenience; char *strchr_m(const char *s, char c); size_t strlen_m_term(const char *s); +size_t strlen_m_term_null(const char *s); size_t strlen_m(const char *s); char *alpha_strcpy(char *dest, const char *src, const char *other_safe_chars, size_t maxlength); void string_replace_m(char *s, char oldc, char newc); -- cgit