summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-16 10:58:43 +0200
committerVolker Lendecke <vl@samba.org>2009-08-16 12:38:19 +0200
commit8a683f489695b094ef91960f6fda4c8c57407682 (patch)
tree6c5379bfe1f9a3086a5486857862dfd3d207f372 /source3/winbindd/winbindd_proto.h
parent3d46eaf4110b22b9328466009436f1d3fa9d88e5 (diff)
downloadsamba-8a683f489695b094ef91960f6fda4c8c57407682.tar.gz
samba-8a683f489695b094ef91960f6fda4c8c57407682.tar.bz2
samba-8a683f489695b094ef91960f6fda4c8c57407682.zip
s3:winbind: Add async wb_group_members
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 0fea00d7f0..50da2c6aab 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -790,5 +790,12 @@ struct tevent_req *winbindd_show_sequence_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_show_sequence_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *wb_group_members_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ const struct dom_sid *sid,
+ enum lsa_SidType type,
+ int max_depth);
+NTSTATUS wb_group_members_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ struct talloc_dict **members);
#endif /* _WINBINDD_PROTO_H_ */