From: Michael Adam Date: Thu, 10 Feb 2011 11:48:01 +0000 (+0100) Subject: libwbclient: doxygen: mark wbcSetUidHwm deprecated X-Git-Tag: tevent-0.9.11~761 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c6ae6d4d77c4984c1cd454a0ae80f1b165783d5;p=thirdparty%2Fsamba.git libwbclient: doxygen: mark wbcSetUidHwm deprecated --- diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index e1442d07b24..0e87e44c4b8 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -844,6 +844,9 @@ wbcErr wbcRemoveGidMapping(gid_t gid, const struct wbcDomainSid *sid); * @param uid_hwm The new uid highwater mark value * * @return #wbcErr + * + * @deprecated This method is not impemented any more and should + * be removed in the next major version change. **/ wbcErr wbcSetUidHwm(uid_t uid_hwm);