From: Michael Adam Date: Fri, 21 Mar 2008 15:35:52 +0000 (+0100) Subject: libsmbconf: add a comment. X-Git-Tag: samba-3.3.0pre1~3171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8974b283683799bc51223d27b7e6aecac741fbc2;p=thirdparty%2Fsamba.git libsmbconf: add a comment. Michael --- diff --git a/source/lib/smbconf/smbconf_reg.c b/source/lib/smbconf/smbconf_reg.c index d260be85521..f0a1f17f8e8 100644 --- a/source/lib/smbconf/smbconf_reg.c +++ b/source/lib/smbconf/smbconf_reg.c @@ -737,8 +737,12 @@ struct smbconf_ops smbconf_ops_reg = { .delete_parameter = smbconf_reg_delete_parameter }; + +/** + * initialize the smbconf registry backend + * the only function that is exported from this module + */ WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx) { return smbconf_init(mem_ctx, conf_ctx, &smbconf_ops_reg); } -