diff options
author | Michael Adam <obnox@samba.org> | 2011-02-10 12:48:01 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-10 13:57:32 +0100 |
commit | 3c6ae6d4d77c4984c1cd454a0ae80f1b165783d5 (patch) | |
tree | c3b1bf2c5dbbeef6c3a8f1f9bfdf204ae176ceb0 /nsswitch/libwbclient | |
parent | 37575560bf27efdd9fafd1e1729a073b042ebeff (diff) | |
download | samba-3c6ae6d4d77c4984c1cd454a0ae80f1b165783d5.tar.gz samba-3c6ae6d4d77c4984c1cd454a0ae80f1b165783d5.tar.bz2 samba-3c6ae6d4d77c4984c1cd454a0ae80f1b165783d5.zip |
libwbclient: doxygen: mark wbcSetUidHwm deprecated
Diffstat (limited to 'nsswitch/libwbclient')
-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); |