summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf_private.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-21 02:20:16 +0100
committerMichael Adam <obnox@samba.org>2008-03-21 02:25:56 +0100
commitfececde1815bf0469bb56e07cf23f54011c9b4ae (patch)
treee8ef7c441bf3b8f9268876b33a791e9c87e9012d /source3/lib/smbconf/smbconf_private.h
parent6c20e83294f1b288142a2621a393d7c501532d69 (diff)
downloadsamba-fececde1815bf0469bb56e07cf23f54011c9b4ae.tar.gz
samba-fececde1815bf0469bb56e07cf23f54011c9b4ae.tar.bz2
samba-fececde1815bf0469bb56e07cf23f54011c9b4ae.zip
libsmbconf: add backend specific init function.
Hide generic init function taking smbconf_ops argument from public api. Michael (This used to be commit b3f6920ccb9a27fde26e889a7f1f3afaf56b784f)
Diffstat (limited to 'source3/lib/smbconf/smbconf_private.h')
-rw-r--r--source3/lib/smbconf/smbconf_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/smbconf/smbconf_private.h b/source3/lib/smbconf/smbconf_private.h
index b64da6ca73..72f13c7402 100644
--- a/source3/lib/smbconf/smbconf_private.h
+++ b/source3/lib/smbconf/smbconf_private.h
@@ -58,4 +58,7 @@ struct smbconf_ctx {
struct smbconf_ops *ops;
};
+WERROR smbconf_init(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
+ struct smbconf_ops *ops);
+
#endif