summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-11-23 17:53:39 +0100
committerStefan Metzmacher <metze@samba.org>2012-12-03 08:48:27 +0100
commitc408126b47b0ce496a8b2293a8481d439b4234cf (patch)
treea851c1bec536ad8b825f4060ce699d75610146cd /source3/winbindd/idmap_proto.h
parent5f7a3720036c422142774ce49147328dc784fec8 (diff)
downloadsamba-c408126b47b0ce496a8b2293a8481d439b4234cf.tar.gz
samba-c408126b47b0ce496a8b2293a8481d439b4234cf.tar.bz2
samba-c408126b47b0ce496a8b2293a8481d439b4234cf.zip
s3:winbindd: remove unused idmap_sid_to_gid()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/winbindd/idmap_proto.h')
-rw-r--r--source3/winbindd/idmap_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_proto.h b/source3/winbindd/idmap_proto.h
index c6f76bd075..6b3d8cfc9f 100644
--- a/source3/winbindd/idmap_proto.h
+++ b/source3/winbindd/idmap_proto.h
@@ -55,7 +55,6 @@ NTSTATUS idmap_tdb_init(void);
NTSTATUS idmap_uid_to_sid(const char *domname, struct dom_sid *sid, uid_t uid);
NTSTATUS idmap_gid_to_sid(const char *domname, struct dom_sid *sid, gid_t gid);
-NTSTATUS idmap_sid_to_gid(const char *domname, struct dom_sid *sid, gid_t *gid);
bool idmap_unix_id_is_in_range(uint32_t id, struct idmap_domain *dom);
#endif /* _WINBINDD_IDMAP_PROTO_H_ */