diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-07-23 14:51:39 +0930 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-07 23:20:05 +1000 |
commit | d65bded0c2435a62bf0fe33828d6dc5b9a74f936 (patch) | |
tree | ecf00fdece09ad102a997192d20070921c6e7c66 /source3/include | |
parent | 3bb65aa159cae310b2a5d4998c258d72ace2fa3f (diff) | |
download | samba-d65bded0c2435a62bf0fe33828d6dc5b9a74f936.tar.gz |
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')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 101d62d3a3e..ebb76efface 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, |