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:58:02 +0100 |
commit | 68a9b726be84aaaaa340f19e175da448409430b3 (patch) | |
tree | e9ec17c7f1d1c6296bb4ac50f7b0cfdbfa0af0d8 /nsswitch/libwbclient/wbclient.h | |
parent | 6558323c84cdd929716c59ba66d2ae6b699931d2 (diff) | |
download | samba-68a9b726be84aaaaa340f19e175da448409430b3.tar.gz samba-68a9b726be84aaaaa340f19e175da448409430b3.tar.xz samba-68a9b726be84aaaaa340f19e175da448409430b3.zip |
libwbclient: remove wbcSetGidHwm() - 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 e1a7f267fd9..13f1d99bb70 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -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 **********************************************************/ |