summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-24 17:33:57 +1300
committerJeremy Allison <jra@samba.org>2014-05-07 19:49:16 +0200
commit98dbc38efa26149442a0b9be238cc34cebfd1857 (patch)
tree7c1010c83a1e5e37890693506f0af71310de4d27 /source3/include
parentf4d7f12986057cc35cf4ca60f6dc8ec7611e0c31 (diff)
downloadsamba-98dbc38efa26149442a0b9be238cc34cebfd1857.tar.gz
samba-98dbc38efa26149442a0b9be238cc34cebfd1857.tar.xz
samba-98dbc38efa26149442a0b9be238cc34cebfd1857.zip
move str_list_make_v3 out of s3 code
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 9cdd0df2c0..356bf91dd8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -725,7 +725,6 @@ bool validate_net_name( const char *name,
const char *invalid_chars,
int max_len);
char *escape_shell_string(const char *src);
-char **str_list_make_v3(TALLOC_CTX *mem_ctx, const char *string, const char *sep);
ssize_t full_path_tos(const char *dir, const char *name,
char *tmpbuf, size_t tmpbuf_len,
char **pdst, char **to_free);