From cb5e685d549eb6ebc35b83908d4b7d09fca34654 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Feb 2011 12:48:01 +0100 Subject: libwbclient: doxygen: mark wbcSetUidMapping 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 39670ab6ed..2bbe97974e 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -793,6 +793,9 @@ wbcErr wbcAllocateGid(gid_t *pgid); * @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 wbcSetUidMapping(uid_t uid, const struct wbcDomainSid *sid); -- cgit