summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-11-23 17:53:04 +0100
committerStefan Metzmacher <metze@samba.org>2012-12-03 08:48:27 +0100
commit5f7a3720036c422142774ce49147328dc784fec8 (patch)
tree79578a1ffb889a9f8c3ee178828fd3eafa6114b8 /source3/winbindd/idmap_proto.h
parentb47be53a1f68735b1a95d57781eaf9beea68481b (diff)
downloadsamba-5f7a3720036c422142774ce49147328dc784fec8.tar.gz
samba-5f7a3720036c422142774ce49147328dc784fec8.tar.bz2
samba-5f7a3720036c422142774ce49147328dc784fec8.zip
s3:winbindd: remove unused idmap_sid_to_uid()
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 4fa9ed1a26..c6f76bd075 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_uid(const char *dom_name, struct dom_sid *sid, uid_t *uid);
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);