summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_wbint.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/librpc/gen_ndr/cli_wbint.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/librpc/gen_ndr/cli_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/cli_wbint.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/cli_wbint.h b/source3/librpc/gen_ndr/cli_wbint.h
index ded93309ae..d5b333f42a 100644
--- a/source3/librpc/gen_ndr/cli_wbint.h
+++ b/source3/librpc/gen_ndr/cli_wbint.h
@@ -148,4 +148,18 @@ NTSTATUS rpccli_wbint_QuerySequenceNumber_recv(struct tevent_req *req,
NTSTATUS rpccli_wbint_QuerySequenceNumber(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
uint32_t *sequence /* [out] [ref] */);
+struct tevent_req *rpccli_wbint_LookupGroupMembers_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct rpc_pipe_client *cli,
+ struct dom_sid *_sid /* [in] [ref] */,
+ enum lsa_SidType _type /* [in] */,
+ struct wbint_GroupMembers *_members /* [out] [ref] */);
+NTSTATUS rpccli_wbint_LookupGroupMembers_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ NTSTATUS *result);
+NTSTATUS rpccli_wbint_LookupGroupMembers(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct dom_sid *sid /* [in] [ref] */,
+ enum lsa_SidType type /* [in] */,
+ struct wbint_GroupMembers *members /* [out] [ref] */);
#endif /* __CLI_WBINT__ */