diff options
author | Andreas Schneider <asn@samba.org> | 2010-05-05 15:33:09 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-05-05 15:36:10 +0200 |
commit | b4c46bd7dfd268cf6f9390374a7638a548308064 (patch) | |
tree | bdfb6d0f9b87ded0ff58d66b018d60e249b58d65 /nsswitch/libwbclient/wbclient.h | |
parent | 62143543cedd4fc0257d09fa656391479505740b (diff) | |
download | samba-b4c46bd7dfd268cf6f9390374a7638a548308064.tar.gz samba-b4c46bd7dfd268cf6f9390374a7638a548308064.tar.xz samba-b4c46bd7dfd268cf6f9390374a7638a548308064.zip |
libwbclient: Fixed doxygen errors.
Diffstat (limited to 'nsswitch/libwbclient/wbclient.h')
-rw-r--r-- | nsswitch/libwbclient/wbclient.h | 7 |
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 |