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:55:42 +0100
commit52e1be2139d370bf0ce99371bc9ab73db41c6236 (patch)
tree5117881b781042eff727c23d8ff6365d3994b1e6 /nsswitch/libwbclient/wbclient.h
parent25a0dc44f7e180d96dcccb8701e9817ecfd54955 (diff)
downloadsamba-52e1be2139d370bf0ce99371bc9ab73db41c6236.tar.gz
samba-52e1be2139d370bf0ce99371bc9ab73db41c6236.tar.bz2
samba-52e1be2139d370bf0ce99371bc9ab73db41c6236.zip
libwbclient: remove wbcSetGidMapping() - 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 9ead457310..d7956b4305 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 Set a group id mapping
- *
- * @param gid Gid of the desired mapping.
- * @param *sid Pointer to the sid of the diresired mapping.
- *
- * @return #wbcErr
- **/
-wbcErr wbcSetGidMapping(gid_t gid, const struct wbcDomainSid *sid);
-
-/**
* @brief Remove a user id mapping
*
* @param uid Uid of the mapping to remove.