summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-04-08 21:58:41 +0200
committerVolker Lendecke <vl@samba.org>2009-04-08 22:17:04 +0200
commita3f24d91c53751835ed309a7c599c367cc4b0c24 (patch)
tree3dc3a9366ddce2f2e5aa54baa5157f14e0608df5 /source3/include
parent8a2112c942d312ca855c0301baab825cabd97caa (diff)
downloadsamba-a3f24d91c53751835ed309a7c599c367cc4b0c24.tar.gz
samba-a3f24d91c53751835ed309a7c599c367cc4b0c24.tar.bz2
samba-a3f24d91c53751835ed309a7c599c367cc4b0c24.zip
Convert rpc_transport_smbd_init to tevent_req
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 2172f2abd9..b210a3d73b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5421,11 +5421,11 @@ NTSTATUS rpc_cli_smbd_conn_init(TALLOC_CTX *mem_ctx,
void *priv),
void *priv);
-struct async_req *rpc_transport_smbd_init_send(TALLOC_CTX *mem_ctx,
- struct event_context *ev,
- struct rpc_cli_smbd_conn *conn,
- const struct ndr_syntax_id *abstract_syntax);
-NTSTATUS rpc_transport_smbd_init_recv(struct async_req *req,
+struct tevent_req *rpc_transport_smbd_init_send(TALLOC_CTX *mem_ctx,
+ struct event_context *ev,
+ struct rpc_cli_smbd_conn *conn,
+ const struct ndr_syntax_id *abstract_syntax);
+NTSTATUS rpc_transport_smbd_init_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
struct rpc_cli_transport **presult);
NTSTATUS rpc_transport_smbd_init(TALLOC_CTX *mem_ctx,