summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-02-10 12:48:01 +0100
committerMichael Adam <obnox@samba.org>2011-02-10 14:42:24 +0100
commit6d3625de675e3e6e91b1ac19d9323b95267acf14 (patch)
treeb4248225c8d8d5af207c4c8b8b7caaa0a3aabb6f /nsswitch/libwbclient
parent3c6ae6d4d77c4984c1cd454a0ae80f1b165783d5 (diff)
downloadsamba-6d3625de675e3e6e91b1ac19d9323b95267acf14.tar.gz
samba-6d3625de675e3e6e91b1ac19d9323b95267acf14.tar.bz2
samba-6d3625de675e3e6e91b1ac19d9323b95267acf14.zip
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h
index 0e87e44c4b..bd5a51ccaa 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);