summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbclient.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-01-27 21:54:25 +0100
committerMichael Adam <obnox@samba.org>2011-01-27 21:56:47 +0100
commit393c866c517636e94b48ca6030a57b712892d568 (patch)
tree39abddf86ba275ab6cf78caa5f3cba607d18a805 /nsswitch/libwbclient/wbclient.h
parent1ed5961df2da73b61666a4565d0633e34f72d04d (diff)
downloadsamba-393c866c517636e94b48ca6030a57b712892d568.tar.gz
samba-393c866c517636e94b48ca6030a57b712892d568.tar.bz2
samba-393c866c517636e94b48ca6030a57b712892d568.zip
libwbclient: remove wbcRemoveGidMapping() - not implemented any more
Diffstat (limited to 'nsswitch/libwbclient/wbclient.h')
-rw-r--r--nsswitch/libwbclient/wbclient.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h
index aca9cebe99..96d6e687f5 100644
--- a/nsswitch/libwbclient/wbclient.h
+++ b/nsswitch/libwbclient/wbclient.h
@@ -787,16 +787,6 @@ wbcErr wbcAllocateUid(uid_t *puid);
wbcErr wbcAllocateGid(gid_t *pgid);
/**
- * @brief Remove a group id mapping
- *
- * @param gid Gid of the mapping to remove.
- * @param *sid Pointer to the sid of the mapping to remove.
- *
- * @return #wbcErr
- **/
-wbcErr wbcRemoveGidMapping(gid_t gid, const struct wbcDomainSid *sid);
-
-/**
* @brief Set the highwater mark for allocated uids.
*
* @param uid_hwm The new uid highwater mark value