From 7494724b845cdf3da4d1f88f2f5658410b0f1694 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Feb 2011 12:48:01 +0100 Subject: libwbclient: doxygen: mark wbcRemoveUidMapping deprecated --- nsswitch/libwbclient/wbclient.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nsswitch/libwbclient') 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); -- cgit