summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf_private.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-21 16:26:50 +0100
committerMichael Adam <obnox@samba.org>2008-03-21 16:26:50 +0100
commit890d1d8f78e27493c95103b828e3536e4565b344 (patch)
tree17085fa86ef89511961e78e730f84c5d0ccbe368 /source3/lib/smbconf/smbconf_private.h
parent4b3351e5dc07e9350cc2a846b5efe4c7e2d599f6 (diff)
downloadsamba-890d1d8f78e27493c95103b828e3536e4565b344.tar.gz
samba-890d1d8f78e27493c95103b828e3536e4565b344.tar.bz2
samba-890d1d8f78e27493c95103b828e3536e4565b344.zip
libsmbconf: move registry implementation to a module of its own.
Michael (This used to be commit 431b10bfe0dba0a49e50bebfb3f8ad1a00955837)
Diffstat (limited to 'source3/lib/smbconf/smbconf_private.h')
-rw-r--r--source3/lib/smbconf/smbconf_private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/lib/smbconf/smbconf_private.h b/source3/lib/smbconf/smbconf_private.h
index f10bf0f271..008ae97601 100644
--- a/source3/lib/smbconf/smbconf_private.h
+++ b/source3/lib/smbconf/smbconf_private.h
@@ -58,6 +58,11 @@ struct smbconf_ctx {
struct smbconf_ops *ops;
};
+WERROR smbconf_add_string_to_array(TALLOC_CTX *mem_ctx,
+ char ***array,
+ uint32_t count,
+ const char *string);
+
WERROR smbconf_init(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
struct smbconf_ops *ops);