From cf90b67d59340e55d2941c63db5cef98d0d71613 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 29 Dec 2007 12:53:19 +0100 Subject: Add a comment header for libnet_smbconf_getshares(). Michael (This used to be commit 7b51535f2f76b5c3c18620ffd9ac64505357e6db) --- source3/libnet/libnet_conf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') 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) { -- cgit