From d75ad3359869fb2754fce35d38337f21d4ca3f07 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Feb 2011 12:48:01 +0100 Subject: libwbclient: doxygen: mark wbcSetGidMapping 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 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); -- cgit