summaryrefslogtreecommitdiffstats
path: root/lib/util/samba_util.h
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 /lib/util/samba_util.h
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 'lib/util/samba_util.h')
-rw-r--r--lib/util/samba_util.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/util/samba_util.h b/lib/util/samba_util.h
index e3fe6a60792..73cab66c351 100644
--- a/lib/util/samba_util.h
+++ b/lib/util/samba_util.h
@@ -530,6 +530,14 @@ _PUBLIC_ const char **str_list_copy_const(TALLOC_CTX *mem_ctx,
*/
_PUBLIC_ const char **const_str_list(char **list);
+/**
+ * str_list_make, v3 version. The v4 version does not
+ * look at quoted strings with embedded blanks, so
+ * do NOT merge this function please!
+ */
+char **str_list_make_v3(TALLOC_CTX *mem_ctx, const char *string,
+ const char *sep);
+
/* The following definitions come from lib/util/util_file.c */