libsmbconf: add a comment.
authorMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 15:35:52 +0000 (16:35 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 15:35:52 +0000 (16:35 +0100)
Michael
(This used to be commit 8974b283683799bc51223d27b7e6aecac741fbc2)

source3/lib/smbconf/smbconf_reg.c

index d260be8552113875db03ba9491ad147ccdbcdcaf..f0a1f17f8e8c4351983d47ac23520261bb899eab 100644 (file)
@@ -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);
 }
-