summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-01-18 12:12:15 +0100
committerVolker Lendecke <vl@samba.org>2009-01-18 15:40:45 +0100
commit28c35b4c0456ce62bf1a492ad9c1b223e2f31816 (patch)
treecfd2ff3a02130fa73783615133159e3ace46945c /source3/include
parentecb5184ce57259c709d728ed5f7be1bdf666bbcc (diff)
downloadsamba-28c35b4c0456ce62bf1a492ad9c1b223e2f31816.tar.gz
samba-28c35b4c0456ce62bf1a492ad9c1b223e2f31816.tar.bz2
samba-28c35b4c0456ce62bf1a492ad9c1b223e2f31816.zip
Make rpc_pipe_bind async
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 72b95d44c3..71ad259085 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5208,6 +5208,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);
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,