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 | 7494724b845cdf3da4d1f88f2f5658410b0f1694 (patch) | |
tree | b6b6c143781a739a59e72b0175d640e84ec523f2 | |
parent | d75ad3359869fb2754fce35d38337f21d4ca3f07 (diff) | |
download | samba-7494724b845cdf3da4d1f88f2f5658410b0f1694.tar.gz samba-7494724b845cdf3da4d1f88f2f5658410b0f1694.tar.bz2 samba-7494724b845cdf3da4d1f88f2f5658410b0f1694.zip |
libwbclient: doxygen: mark wbcRemoveUidMapping deprecated
-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 e944ac0195..7d6f5b99bb 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -819,6 +819,9 @@ wbcErr wbcSetGidMapping(gid_t gid, const struct wbcDomainSid *sid); * @param *sid Pointer to the sid of the mapping to remove. * * @return #wbcErr + * + * @deprecated This method is not impemented any more and should + * be removed in the next major version change. **/ wbcErr wbcRemoveUidMapping(uid_t uid, const struct wbcDomainSid *sid); |