diff options
author | Jeremy Allison <jra@samba.org> | 2009-09-24 15:44:28 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-09-24 15:44:28 -0700 |
commit | 536c4dd2d69f9a35547c0ce77b47c4f0b03aa5ac (patch) | |
tree | 97c6fdb2c4ecb7bee1b77accd6411fc679c1b046 /source3/include | |
parent | 4f10aa59730b44fc4328daca3e2e43693fc1b69f (diff) | |
download | samba-536c4dd2d69f9a35547c0ce77b47c4f0b03aa5ac.tar.gz samba-536c4dd2d69f9a35547c0ce77b47c4f0b03aa5ac.tar.bz2 samba-536c4dd2d69f9a35547c0ce77b47c4f0b03aa5ac.zip |
Revert b39c390280d1f268e2550c731057aec550a3f086 - casts should not
be here.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |