diff options
author | Michael Adam <obnox@samba.org> | 2011-02-10 12:48:01 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-10 13:57:32 +0100 |
commit | d75ad3359869fb2754fce35d38337f21d4ca3f07 (patch) | |
tree | aa5809d1a2cef789cfc7afa4b946dbc8338a671a /nsswitch/libwbclient | |
parent | cb5e685d549eb6ebc35b83908d4b7d09fca34654 (diff) | |
download | samba-d75ad3359869fb2754fce35d38337f21d4ca3f07.tar.gz samba-d75ad3359869fb2754fce35d38337f21d4ca3f07.tar.bz2 samba-d75ad3359869fb2754fce35d38337f21d4ca3f07.zip |
libwbclient: doxygen: mark wbcSetGidMapping deprecated
Diffstat (limited to 'nsswitch/libwbclient')
-rw-r--r-- | nsswitch/libwbclient/wbclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index 2bbe97974e..e944ac0195 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -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); |