1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

libwbclient: doxygen: mark wbcSetGidMapping deprecated

This commit is contained in:
Michael Adam 2011-02-10 12:48:01 +01:00
parent cb5e685d54
commit d75ad33598

@ -806,6 +806,9 @@ wbcErr wbcSetUidMapping(uid_t uid, const struct wbcDomainSid *sid);
* @param *sid Pointer to the sid of the diresired mapping.
*
* @return #wbcErr
*
* @deprecated This method is not impemented any more and should
* be removed in the next major version change.
**/
wbcErr wbcSetGidMapping(gid_t gid, const struct wbcDomainSid *sid);