libwbclient: doxygen: mark wbcRemoveGidMapping 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 7d6f5b99bb55bc7f9d35e4db2ec59942e40ec8f6..e1442d07b24f8ad979ff7e316c298b7043564977 100644 (file)
@@ -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);