summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-17 07:59:25 +0200
committerGünther Deschner <gd@samba.org>2009-09-17 08:54:19 +0200
commitf0b52b8c3133e3696db361d9d0e7d1fff0fab991 (patch)
tree6ae0cd4b6c47f47d06fb9c2245e3ad78eaca02f8 /source3/winbindd/winbindd_proto.h
parentc7083386827d761d7276c2440812b00d026bf3e1 (diff)
downloadsamba-f0b52b8c3133e3696db361d9d0e7d1fff0fab991.tar.gz
samba-f0b52b8c3133e3696db361d9d0e7d1fff0fab991.tar.bz2
samba-f0b52b8c3133e3696db361d9d0e7d1fff0fab991.zip
s3-winbindd: add and use winbindd_lookup_sids().
Guenther
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index f1fc0f6a2a..19224255e9 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -63,6 +63,15 @@ int main(int argc, char **argv, char **envp);
/* The following definitions come from winbindd/winbindd_ads.c */
+/* The following definitions come from winbindd/winbindd_rpc.c */
+
+NTSTATUS winbindd_lookup_sids(TALLOC_CTX *mem_ctx,
+ struct winbindd_domain *domain,
+ uint32_t num_sids,
+ const struct dom_sid *sids,
+ char ***domains,
+ char ***names,
+ enum lsa_SidType **types);
/* The following definitions come from winbindd/winbindd_async.c */