summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-07-23 14:51:39 +0930
committerAndrew Bartlett <abartlet@samba.org>2012-08-07 23:20:05 +1000
commitd65bded0c2435a62bf0fe33828d6dc5b9a74f936 (patch)
treeecf00fdece09ad102a997192d20070921c6e7c66 /source3/include/proto.h
parent3bb65aa159cae310b2a5d4998c258d72ace2fa3f (diff)
downloadsamba-d65bded0c2435a62bf0fe33828d6dc5b9a74f936.tar.gz
samba-d65bded0c2435a62bf0fe33828d6dc5b9a74f936.tar.bz2
samba-d65bded0c2435a62bf0fe33828d6dc5b9a74f936.zip
source3/loadparm.c: Move string_set/string_free inside.
The only user, so make them static inside loadparm.c Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 101d62d3a3..ebb76effac 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -671,8 +671,6 @@ bool strhasupper(const char *s);
bool strhaslower(const char *s);
char *StrnCpy(char *dest,const char *src,size_t n);
bool in_list(const char *s, const char *list, bool casesensitive);
-void string_free(char **s);
-bool string_set(char **dest,const char *src);
void fstring_sub(char *s,const char *pattern,const char *insert);
char *realloc_string_sub2(char *string,
const char *pattern,