diff options
author | Michael Adam <obnox@samba.org> | 2011-02-10 12:48:01 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-10 14:42:24 +0100 |
commit | 6d3625de675e3e6e91b1ac19d9323b95267acf14 (patch) | |
tree | b4248225c8d8d5af207c4c8b8b7caaa0a3aabb6f /nsswitch/libwbclient | |
parent | 3c6ae6d4d77c4984c1cd454a0ae80f1b165783d5 (diff) | |
download | samba-6d3625de675e3e6e91b1ac19d9323b95267acf14.tar.gz |
libwbclient: doxygen: mark wbcSetGidHwm deprecated
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Thu Feb 10 14:42:24 CET 2011 on sn-devel-104
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 0e87e44c4b8..bd5a51ccaa6 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -856,6 +856,9 @@ wbcErr wbcSetUidHwm(uid_t uid_hwm); * @param gid_hwm The new gid highwater mark value * * @return #wbcErr + * + * @deprecated This method is not impemented any more and should + * be removed in the next major version change. **/ wbcErr wbcSetGidHwm(gid_t gid_hwm); |