summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-11-27 01:11:16 +0100
committerStefan Metzmacher <metze@samba.org>2012-12-03 08:48:24 +0100
commit4210e08109d9bc24168740f5a8a52953c532df4a (patch)
tree6ba7672f55d3d2b461b79e346ed34623be5e9262 /source3/winbindd/winbindd_proto.h
parent27f88ba2deeec8b5b0a72ef97ae84c1016532a3c (diff)
downloadsamba-4210e08109d9bc24168740f5a8a52953c532df4a.tar.gz
samba-4210e08109d9bc24168740f5a8a52953c532df4a.tar.bz2
samba-4210e08109d9bc24168740f5a8a52953c532df4a.zip
s3:winbindd: make idmap_find_domain() static.
idmap_find_domain_with_sid() should be used instead Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 5952bf96bc..7fe0fed5b6 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -316,7 +316,6 @@ NTSTATUS winbindd_print_groupmembers(struct talloc_dict *members,
void init_idmap_child(void);
struct winbindd_child *idmap_child(void);
-struct idmap_domain *idmap_find_domain(const char *domname);
struct idmap_domain *idmap_find_domain_with_sid(const char *domname,
const struct dom_sid *sid);