summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-12-29 12:53:19 +0100
committerMichael Adam <obnox@samba.org>2007-12-29 12:53:19 +0100
commitcf90b67d59340e55d2941c63db5cef98d0d71613 (patch)
tree1da0544cf62df006683a9f50be3dd4fbcbc4efa3 /source3
parent2a642a6e2b42c2b111870f95fe6dd38e875766f1 (diff)
downloadsamba-cf90b67d59340e55d2941c63db5cef98d0d71613.tar.gz
samba-cf90b67d59340e55d2941c63db5cef98d0d71613.tar.bz2
samba-cf90b67d59340e55d2941c63db5cef98d0d71613.zip
Add a comment header for libnet_smbconf_getshares().
Michael (This used to be commit 7b51535f2f76b5c3c18620ffd9ac64505357e6db)
Diffstat (limited to 'source3')
-rw-r--r--source3/libnet/libnet_conf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c
index a67a361f6e..5d15c88252 100644
--- a/source3/libnet/libnet_conf.c
+++ b/source3/libnet/libnet_conf.c
@@ -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)
{