diff options
author | Michael Adam <obnox@samba.org> | 2007-12-29 12:53:19 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-12-29 12:53:19 +0100 |
commit | cf90b67d59340e55d2941c63db5cef98d0d71613 (patch) | |
tree | 1da0544cf62df006683a9f50be3dd4fbcbc4efa3 | |
parent | 2a642a6e2b42c2b111870f95fe6dd38e875766f1 (diff) | |
download | samba-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)
-rw-r--r-- | source3/libnet/libnet_conf.c | 3 |
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) { |