]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Remove a few duplicate prototypes
authorVolker Lendecke <vl@samba.org>
Thu, 27 Jun 2024 16:20:05 +0000 (18:20 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 4 Jul 2024 15:26:36 +0000 (15:26 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/include/proto.h

index 473407016aa71fdacf3a5e5b17bab2adad7f7bb5..1db239f0559d0c9c9b41549620ace402400fa4cf 100644 (file)
@@ -526,14 +526,8 @@ char *realloc_string_sub(char *string,
                        const char *insert);
 void all_string_sub(char *s,const char *pattern,const char *insert, size_t len);
 char *string_truncate(char *s, unsigned int length);
-char *strchr_m(const char *src, char c);
-char *strrchr_m(const char *s, char c);
-char *strstr_m(const char *src, const char *findstr);
 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);
-size_t strlen_m_term_null(const char *s);
 int fstr_sprintf(fstring s, const char *fmt, ...);
 
 uint64_t STR_TO_SMB_BIG_UINT(const char *nptr, const char **entptr);