From 2555c12bcefa212d482c9acaa5ae87b6107fa1a2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 27 Aug 2009 19:54:18 +0200 Subject: s3:winbind: Add async QueryGroupList --- source3/librpc/gen_ndr/cli_wbint.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source3/librpc/gen_ndr/cli_wbint.h') diff --git a/source3/librpc/gen_ndr/cli_wbint.h b/source3/librpc/gen_ndr/cli_wbint.h index 7f8cb12edd..cf9166a6cb 100644 --- a/source3/librpc/gen_ndr/cli_wbint.h +++ b/source3/librpc/gen_ndr/cli_wbint.h @@ -172,6 +172,16 @@ NTSTATUS rpccli_wbint_QueryUserList_recv(struct tevent_req *req, NTSTATUS rpccli_wbint_QueryUserList(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct wbint_userinfos *users /* [out] [ref] */); +struct tevent_req *rpccli_wbint_QueryGroupList_send(TALLOC_CTX *mem_ctx, + struct tevent_context *ev, + struct rpc_pipe_client *cli, + struct wbint_Principals *_groups /* [out] [ref] */); +NTSTATUS rpccli_wbint_QueryGroupList_recv(struct tevent_req *req, + TALLOC_CTX *mem_ctx, + NTSTATUS *result); +NTSTATUS rpccli_wbint_QueryGroupList(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + struct wbint_Principals *groups /* [out] [ref] */); struct tevent_req *rpccli_wbint_DsGetDcName_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct rpc_pipe_client *cli, -- cgit