From 37575560bf27efdd9fafd1e1729a073b042ebeff Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Feb 2011 12:48:01 +0100 Subject: libwbclient: doxygen: mark wbcRemoveGidMapping deprecated --- nsswitch/libwbclient/wbclient.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nsswitch') diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index 7d6f5b99bb..e1442d07b2 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -832,6 +832,9 @@ wbcErr wbcRemoveUidMapping(uid_t uid, 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 wbcRemoveGidMapping(gid_t gid, const struct wbcDomainSid *sid); -- cgit