X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=source3%2Finclude%2Fproto.h;h=3b4b1cf3f1ae45d6b78bf6fb8cc0f8c3adca5e9d;hp=5df5435f0315c258eb6368c9e35f944038296bb6;hb=5f753e22f1f536e0e227db0f453809ad6cfacaf6;hpb=fa6283683981c61406967ede7ad48910b602f5a4 diff --git a/source3/include/proto.h b/source3/include/proto.h index 5df5435f031..3b4b1cf3f1a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5267,11 +5267,11 @@ NTSTATUS rpc_api_pipe_req(TALLOC_CTX *mem_ctx, struct rpc_pipe_client *cli, uint8 op_num, prs_struct *in_data, prs_struct *out_data); -struct async_req *rpc_pipe_bind_send(TALLOC_CTX *mem_ctx, - struct event_context *ev, - struct rpc_pipe_client *cli, - struct cli_pipe_auth_data *auth); -NTSTATUS rpc_pipe_bind_recv(struct async_req *req); +struct tevent_req *rpc_pipe_bind_send(TALLOC_CTX *mem_ctx, + struct event_context *ev, + struct rpc_pipe_client *cli, + struct cli_pipe_auth_data *auth); +NTSTATUS rpc_pipe_bind_recv(struct tevent_req *req); NTSTATUS rpc_pipe_bind(struct rpc_pipe_client *cli, struct cli_pipe_auth_data *auth); unsigned int rpccli_set_timeout(struct rpc_pipe_client *cli,