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
commit37575560bf27efdd9fafd1e1729a073b042ebeff (patch)
treef950c8d372dc93a482c0ce538b35a35cc773ef0c /nsswitch/libwbclient
parent7494724b845cdf3da4d1f88f2f5658410b0f1694 (diff)
downloadsamba-37575560bf27efdd9fafd1e1729a073b042ebeff.tar.gz
samba-37575560bf27efdd9fafd1e1729a073b042ebeff.tar.bz2
samba-37575560bf27efdd9fafd1e1729a073b042ebeff.zip
libwbclient: doxygen: mark wbcRemoveGidMapping 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 7d6f5b99bb..e1442d07b2 100644
--- a/nsswitch/libwbclient/wbclient.h
+++ b/nsswitch/libwbclient/wbclient.h
@@ -832,6 +832,9 @@ wbcErr wbcRemoveUidMapping(uid_t uid, const struct wbcDomainSid *sid);
* @param *sid Pointer to the sid of the mapping to remove.
*
* @return #wbcErr
+ *
+ * @deprecated This method is not impemented any more and should
+ * be removed in the next major version change.
**/
wbcErr wbcRemoveGidMapping(gid_t gid, const struct wbcDomainSid *sid);