summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-17 22:40:19 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:26 +0200
commitc325ba89cfeb9c4bbf1733d15e063809f4bc1332 (patch)
tree742355d901ff2a7b8c721458bc14738a3207eced /source3/winbindd/winbindd_proto.h
parent9ef2c7096341f849bd1b52bf92e01936c3869eee (diff)
downloadsamba-c325ba89cfeb9c4bbf1733d15e063809f4bc1332.tar.gz
samba-c325ba89cfeb9c4bbf1733d15e063809f4bc1332.tar.bz2
samba-c325ba89cfeb9c4bbf1733d15e063809f4bc1332.zip
s3:winbind: Add async query_user_list
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 aeb841edd1..3a9ac4f20f 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -849,4 +849,11 @@ struct tevent_req *winbindd_getusersids_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_getusersids_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *wb_query_user_list_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_domain *domain);
+NTSTATUS wb_query_user_list_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ int *num_users,
+ struct wbint_userinfo **users);
+
#endif /* _WINBINDD_PROTO_H_ */