diff options
-rw-r--r-- | nsswitch/libwbclient/wbclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index e1442d07b2..0e87e44c4b 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); |