libwbclient: doxygen: mark wbcRemoveUidMapping 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 e944ac0195b26bff6a972d2d4737a3f070433b40..7d6f5b99bb55bc7f9d35e4db2ec59942e40ec8f6 100644 (file)
@@ -819,6 +819,9 @@ wbcErr wbcSetGidMapping(gid_t gid, 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 wbcRemoveUidMapping(uid_t uid, const struct wbcDomainSid *sid);