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 13:57:32 +0100
commitd75ad3359869fb2754fce35d38337f21d4ca3f07 (patch)
treeaa5809d1a2cef789cfc7afa4b946dbc8338a671a /nsswitch/libwbclient
parentcb5e685d549eb6ebc35b83908d4b7d09fca34654 (diff)
downloadsamba-d75ad3359869fb2754fce35d38337f21d4ca3f07.tar.gz
samba-d75ad3359869fb2754fce35d38337f21d4ca3f07.tar.bz2
samba-d75ad3359869fb2754fce35d38337f21d4ca3f07.zip
libwbclient: doxygen: mark wbcSetGidMapping deprecated
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 2bbe97974e..e944ac0195 100644
--- a/nsswitch/libwbclient/wbclient.h
+++ b/nsswitch/libwbclient/wbclient.h
@@ -806,6 +806,9 @@ wbcErr wbcSetUidMapping(uid_t uid, const struct wbcDomainSid *sid);
* @param *sid Pointer to the sid of the diresired mapping.
*
* @return #wbcErr
+ *
+ * @deprecated This method is not impemented any more and should
+ * be removed in the next major version change.
**/
wbcErr wbcSetGidMapping(gid_t gid, const struct wbcDomainSid *sid);