diff options
author | Michael Adam <obnox@samba.org> | 2011-01-27 21:54:25 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-01-27 21:57:24 +0100 |
commit | 6558323c84cdd929716c59ba66d2ae6b699931d2 (patch) | |
tree | 6d14ab625c8be4d4fa1208f78aa90b45b7f20e8b /nsswitch/libwbclient/wbclient.h | |
parent | 393c866c517636e94b48ca6030a57b712892d568 (diff) | |
download | samba-6558323c84cdd929716c59ba66d2ae6b699931d2.tar.gz samba-6558323c84cdd929716c59ba66d2ae6b699931d2.tar.xz samba-6558323c84cdd929716c59ba66d2ae6b699931d2.zip |
libwbclient: remove wbcSetUidHwm() - not implemented any more
Diffstat (limited to 'nsswitch/libwbclient/wbclient.h')
-rw-r--r-- | nsswitch/libwbclient/wbclient.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index 96d6e687f5d..e1a7f267fd9 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -787,15 +787,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. * * @param gid_hwm The new gid highwater mark value |