]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmbconf: add structuring comments to the prototypes in the public header.
authorMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 15:45:25 +0000 (16:45 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 15:45:25 +0000 (16:45 +0100)
Michael

source/lib/smbconf/smbconf.h

index 28be72922453f7ca3272a40cb4c0c9981db4cd31..35da36795edd30c4e5ae37df27d5baf3bc6d738d 100644 (file)
@@ -31,7 +31,15 @@ struct smbconf_csn {
  * WARNING: this api is still subject to change.
  */
 
+/*
+ * initialization functions for the available modules
+ * (a dispatcher might be added in the future)
+ */
 WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx);
+
+/*
+ * the smbconf API functions
+ */
 void smbconf_shutdown(struct smbconf_ctx *ctx);
 bool smbconf_changed(struct smbconf_ctx *ctx, struct smbconf_csn *csn,
                     const char *service, const char *param);