summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-15 11:16:28 +0200
committerVolker Lendecke <vl@samba.org>2009-08-16 10:38:24 +0200
commit1d110e0ef6efa030a65465291f2b8c7874fed1fb (patch)
tree357e535904a6d0aa3a446eae98ed89f3dd0d3bc0 /source3/librpc/gen_ndr/cli_wbint.h
parentc6b36ce57391a083162e0918be34f685385df91a (diff)
downloadsamba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.tar.gz
samba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.tar.bz2
samba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.zip
s3:winbind: Add async wb_seqnum
Diffstat (limited to 'source3/librpc/gen_ndr/cli_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/cli_wbint.h10
1 files changed, 10 insertions, 0 deletions
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__ */