libwbclient: remove wbcSetUidMapping() - not implemented any more
[idra/samba.git] / nsswitch / libwbclient / wbclient.h
index 39670ab6edbf9a5d24c4c26d17424fcbe2f31c24..9ead4573108d476b98037faa3ad53ff04ed5676b 100644 (file)
@@ -786,16 +786,6 @@ wbcErr wbcAllocateUid(uid_t *puid);
  **/
 wbcErr wbcAllocateGid(gid_t *pgid);
 
-/**
- * @brief Set an user id mapping
- *
- * @param uid       Uid of the desired mapping.
- * @param *sid      Pointer to the sid of the diresired mapping.
- *
- * @return #wbcErr
- **/
-wbcErr wbcSetUidMapping(uid_t uid, const struct wbcDomainSid *sid);
-
 /**
  * @brief Set a group id mapping
  *