Add a comment header for libnet_smbconf_getshares().
authorMichael Adam <obnox@samba.org>
Sat, 29 Dec 2007 11:53:19 +0000 (12:53 +0100)
committerMichael Adam <obnox@samba.org>
Sat, 29 Dec 2007 11:53:19 +0000 (12:53 +0100)
Michael

source/libnet/libnet_conf.c

index a67a361f6ea25adaf0563d3241a715ce2ef45ccc..5d15c882524d09730ba15af9d17dbbe13c14b187 100644 (file)
@@ -384,6 +384,9 @@ done:
        return werr;
 }
 
+/**
+ * get the list of share names defined in the configuration.
+ */
 WERROR libnet_smbconf_getshares(TALLOC_CTX *mem_ctx, uint32_t *num_shares,
                                char ***share_names)
 {