libwbclient: doxygen: mark wbcSetGidMapping deprecated
authorMichael Adam <obnox@samba.org>
Thu, 10 Feb 2011 11:48:01 +0000 (12:48 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 10 Feb 2011 12:57:32 +0000 (13:57 +0100)
nsswitch/libwbclient/wbclient.h

index 2bbe97974e02982c862ab31350de98bf805f4b0c..e944ac0195b26bff6a972d2d4737a3f070433b40 100644 (file)
@@ -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);