libwbclient: remove wbcSetGidHwm() - not implemented any more
[idra/samba.git] / nsswitch / libwbclient / wbclient.h
index e1a7f267fd9cb0d1dd316fb2e8fd24fc31fca73d..13f1d99bb700065f07bbe37197c55b36241c34d5 100644 (file)
@@ -786,15 +786,6 @@ wbcErr wbcAllocateUid(uid_t *puid);
  **/
 wbcErr wbcAllocateGid(gid_t *pgid);
 
-/**
- * @brief Set the highwater mark for allocated gids.
- *
- * @param gid_hwm      The new gid highwater mark value
- *
- * @return #wbcErr
- **/
-wbcErr wbcSetGidHwm(gid_t gid_hwm);
-
 /**********************************************************
  * NSS Lookup User/Group details
  **********************************************************/