summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-11-14 13:47:16 +0100
committerGünther Deschner <gd@samba.org>2014-11-17 17:34:05 +0100
commitd9eb1359d86b47f3d1ef9f20523aeabd844befc8 (patch)
treef4d6be83e9556af4ac39525949fa2fa4a9f6babb /source3
parent1106ede280938d05325baa146bd524aa3568deaf (diff)
downloadsamba-d9eb1359d86b47f3d1ef9f20523aeabd844befc8.tar.gz
samba-d9eb1359d86b47f3d1ef9f20523aeabd844befc8.tar.xz
samba-d9eb1359d86b47f3d1ef9f20523aeabd844befc8.zip
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 255948f4e1..ce23289bab 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -702,9 +702,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, ...);