summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-17 08:06:34 +0200
committerGünther Deschner <gd@samba.org>2009-09-17 08:54:31 +0200
commit99c3fc19587431efda1ae6161453d84673b32071 (patch)
tree9aa0e6f7a128965b361766b2ed65c30df0da3e2f /source3/winbindd/winbindd_proto.h
parentf0b52b8c3133e3696db361d9d0e7d1fff0fab991 (diff)
downloadsamba-99c3fc19587431efda1ae6161453d84673b32071.tar.gz
samba-99c3fc19587431efda1ae6161453d84673b32071.tar.bz2
samba-99c3fc19587431efda1ae6161453d84673b32071.zip
s3-winbindd: add and use winbindd_lookup_names().
Guenther
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 19224255e9..427579faf1 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -72,6 +72,13 @@ NTSTATUS winbindd_lookup_sids(TALLOC_CTX *mem_ctx,
char ***domains,
char ***names,
enum lsa_SidType **types);
+NTSTATUS winbindd_lookup_names(TALLOC_CTX *mem_ctx,
+ struct winbindd_domain *domain,
+ uint32_t num_names,
+ const char **names,
+ const char ***domains,
+ struct dom_sid **sids,
+ enum lsa_SidType **types);
/* The following definitions come from winbindd/winbindd_async.c */