diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-17 17:52:35 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-18 15:40:45 +0100 |
commit | 396ed3b36359367e1efd49395cd9e6dc6f7c98fc (patch) | |
tree | f5e3a492c0a0f91ff463157850a4992500aaf965 /source3/include | |
parent | 8a1c6c2c994b2eac05e8cbc3c692d7367b687d32 (diff) | |
download | samba-396ed3b36359367e1efd49395cd9e6dc6f7c98fc.tar.gz samba-396ed3b36359367e1efd49395cd9e6dc6f7c98fc.tar.bz2 samba-396ed3b36359367e1efd49395cd9e6dc6f7c98fc.zip |
Add async rpc_api_pipe_req
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 9210a5cfe2..72b95d44c3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5197,6 +5197,13 @@ NTSTATUS rpccli_netlogon_set_trust_password(struct rpc_pipe_client *cli, /* The following definitions come from rpc_client/cli_pipe.c */ +struct async_req *rpc_api_pipe_req_send(TALLOC_CTX *mem_ctx, + struct event_context *ev, + struct rpc_pipe_client *cli, + uint8_t op_num, + prs_struct *req_data); +NTSTATUS rpc_api_pipe_req_recv(struct async_req *req, TALLOC_CTX *mem_ctx, + prs_struct *reply_pdu); NTSTATUS rpc_api_pipe_req(TALLOC_CTX *mem_ctx, struct rpc_pipe_client *cli, uint8 op_num, prs_struct *in_data, |