From 1d110e0ef6efa030a65465291f2b8c7874fed1fb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 15 Aug 2009 11:16:28 +0200 Subject: s3:winbind: Add async wb_seqnum --- 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 e9927c1c35..ded93309ae 100644 --- a/source3/librpc/gen_ndr/cli_wbint.h +++ b/source3/librpc/gen_ndr/cli_wbint.h @@ -138,4 +138,14 @@ NTSTATUS rpccli_wbint_LookupUserGroups(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct dom_sid *sid /* [in] [ref] */, struct wbint_SidArray *sids /* [out] [ref] */); +struct tevent_req *rpccli_wbint_QuerySequenceNumber_send(TALLOC_CTX *mem_ctx, + struct tevent_context *ev, + struct rpc_pipe_client *cli, + uint32_t *_sequence /* [out] [ref] */); +NTSTATUS rpccli_wbint_QuerySequenceNumber_recv(struct tevent_req *req, + TALLOC_CTX *mem_ctx, + NTSTATUS *result); +NTSTATUS rpccli_wbint_QuerySequenceNumber(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + uint32_t *sequence /* [out] [ref] */); #endif /* __CLI_WBINT__ */ -- cgit