libwbclient: remove wbcSetUidHwm() - not implemented any more
[nivanova/samba-autobuild/.git] / nsswitch / libwbclient / wbclient.h
index 96d6e687f5da3d5d9bdd484576ac0d36706a1f97..e1a7f267fd9cb0d1dd316fb2e8fd24fc31fca73d 100644 (file)
@@ -786,15 +786,6 @@ wbcErr wbcAllocateUid(uid_t *puid);
  **/
 wbcErr wbcAllocateGid(gid_t *pgid);
 
-/**
- * @brief Set the highwater mark for allocated uids.
- *
- * @param uid_hwm      The new uid highwater mark value
- *
- * @return #wbcErr
- **/
-wbcErr wbcSetUidHwm(uid_t uid_hwm);
-
 /**
  * @brief Set the highwater mark for allocated gids.
  *