summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2022-11-30 14:14:43 +0100
committerJeremy Allison <jra@samba.org>2022-12-12 21:16:33 +0000
commit3f7c6467749f868bae66178e34f1badc57be54b1 (patch)
treec3ff2a8c3509acc67f1362cd32ed5a1fecc036ed /source3/include/proto.h
parentf9c982b5a96bed750bdff0a5243dda73c3d17587 (diff)
downloadsamba-3f7c6467749f868bae66178e34f1badc57be54b1.tar.gz
lib: Remove fstring_sub() that was used just once
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-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 8582830d558..6612dd9fd28 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -531,7 +531,6 @@ bool trim_char(char *s,char cfront,char cback);
bool strhasupper(const char *s);
bool strhaslower(const char *s);
bool in_list(const char *s, const char *list, bool casesensitive);
-void fstring_sub(char *s,const char *pattern,const char *insert);
char *realloc_string_sub2(char *string,
const char *pattern,
const char *insert,