summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-11-14 13:47:16 +0100
committerKarolin Seeger <kseeger@samba.org>2014-11-24 21:17:08 +0100
commite0b65ddefc5e8bf11ad284899c17109163d11d9f (patch)
tree9da5d343d9e8d05e3bbfc6cd58d4cde8425b528e /source3
parent2947da55a04a5ac452fdb3d531339f358a240459 (diff)
downloadsamba-e0b65ddefc5e8bf11ad284899c17109163d11d9f.tar.gz
s3-proto: remove duplicate proto for add_string_to_array().
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index cbad7ac36a..4eb7ba40ec 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -718,9 +718,6 @@ int ipstr_list_parse(const char *ipstr_list, struct ip_service **ip_list);
void ipstr_list_free(char* ipstr_list);
uint64_t STR_TO_SMB_BIG_UINT(const char *nptr, const char **entptr);
uint64_t conv_str_size(const char * str);
-bool add_string_to_array(TALLOC_CTX *mem_ctx,
- const char *str, const char ***strings,
- int *num);
void sprintf_append(TALLOC_CTX *mem_ctx, char **string, ssize_t *len,
size_t *bufsize, const char *fmt, ...);
int asprintf_strupper_m(char **strp, const char *fmt, ...);