summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbclient.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-05-05 15:33:09 +0200
committerAndreas Schneider <asn@samba.org>2010-05-05 15:36:10 +0200
commitb4c46bd7dfd268cf6f9390374a7638a548308064 (patch)
treebdfb6d0f9b87ded0ff58d66b018d60e249b58d65 /nsswitch/libwbclient/wbclient.h
parent62143543cedd4fc0257d09fa656391479505740b (diff)
downloadsamba-b4c46bd7dfd268cf6f9390374a7638a548308064.tar.gz
samba-b4c46bd7dfd268cf6f9390374a7638a548308064.tar.bz2
samba-b4c46bd7dfd268cf6f9390374a7638a548308064.zip
libwbclient: Fixed doxygen errors.
Diffstat (limited to 'nsswitch/libwbclient/wbclient.h')
-rw-r--r--nsswitch/libwbclient/wbclient.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h
index 718c9f6885..e2f989094a 100644
--- a/nsswitch/libwbclient/wbclient.h
+++ b/nsswitch/libwbclient/wbclient.h
@@ -982,13 +982,14 @@ wbcErr wbcGetGroups(const char *account,
/**
* @brief Lookup the current status of a trusted domain
*
- * @param domain Domain to query
- * @param *info Pointer to returned domain_info struct
+ * @param domain The domain to query
+ *
+ * @param dinfo A pointer to store the returned domain_info struct.
*
* @return #wbcErr
**/
wbcErr wbcDomainInfo(const char *domain,
- struct wbcDomainInfo **info);
+ struct wbcDomainInfo **dinfo);
/**
* @brief Enumerate the domain trusts known by Winbind