summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-11-30 15:27:15 +0100
committerStefan Metzmacher <metze@samba.org>2012-12-03 08:48:28 +0100
commite3ee3971403c7dac4e8e3578a60973b97451af68 (patch)
tree436ea6ca1ed6a8baf446ce41ea8d2614622072a5 /source3/winbindd/idmap_proto.h
parent7f2f29647a5d5906db5a267f614f30607d9162e3 (diff)
downloadsamba-e3ee3971403c7dac4e8e3578a60973b97451af68.tar.gz
samba-e3ee3971403c7dac4e8e3578a60973b97451af68.tar.bz2
samba-e3ee3971403c7dac4e8e3578a60973b97451af68.zip
s3:winbindd: remove unused function idmap_backends_sid_to_unixid()
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_proto.h b/source3/winbindd/idmap_proto.h
index 6b3d8cfc9f..892b258d6a 100644
--- a/source3/winbindd/idmap_proto.h
+++ b/source3/winbindd/idmap_proto.h
@@ -36,8 +36,6 @@ NTSTATUS idmap_allocate_uid(struct unixid *id);
NTSTATUS idmap_allocate_gid(struct unixid *id);
NTSTATUS idmap_backends_unixid_to_sid(const char *domname,
struct id_map *id);
-NTSTATUS idmap_backends_sid_to_unixid(const char *domname,
- struct id_map *id);
/* The following definitions come from winbindd/idmap_nss.c */