From 748cccde42da69cceb4d748887c142919b77cb47 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Feb 2011 11:04:15 +0100 Subject: Revert "libwbclient: remove wbcSetUidHwm() - not implemented any more" This reverts commit 6558323c84cdd929716c59ba66d2ae6b699931d2. Undo the library version bump. --- nsswitch/libwbclient/wbclient.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nsswitch/libwbclient/wbclient.h') diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index e1a7f267fd..96d6e687f5 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -786,6 +786,15 @@ 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. * -- cgit