From 536c4dd2d69f9a35547c0ce77b47c4f0b03aa5ac Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 24 Sep 2009 15:44:28 -0700 Subject: Revert b39c390280d1f268e2550c731057aec550a3f086 - casts should not be here. Jeremy. --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index e17486b7fc..d664a26949 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1563,7 +1563,7 @@ bool validate_net_name( const char *name, const char *invalid_chars, int max_len); char *escape_shell_string(const char *src); -const char **str_list_make_v3(TALLOC_CTX *mem_ctx, const char *string, const char *sep); +char **str_list_make_v3(TALLOC_CTX *mem_ctx, const char *string, const char *sep); /* The following definitions come from lib/util_unistr.c */ -- cgit