summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-06-22 18:01:45 -0400
committerAndreas Schneider <asn@samba.org>2010-09-15 12:53:41 +0200
commit7b1748d959d42ae69cfd2936cbc4fafd76046f02 (patch)
tree2c88c1eaf5a682829ca193765ef1bfdba58fbe5e /source3/include/proto.h
parenta1f1da722633f0e52b85ee4bf3420b6c70b9907b (diff)
downloadsamba-7b1748d959d42ae69cfd2936cbc4fafd76046f02.tar.gz
samba-7b1748d959d42ae69cfd2936cbc4fafd76046f02.tar.bz2
samba-7b1748d959d42ae69cfd2936cbc4fafd76046f02.zip
s3-rpc_client: Added a tstream based transport.
Signed-off-by: Andreas Schneider <asn@cynapses.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 76275ea748..6a1ab0fe10 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4283,6 +4283,13 @@ struct cli_state *rpc_pipe_smbd_smb_conn(struct rpc_pipe_client *p);
NTSTATUS rpc_transport_sock_init(TALLOC_CTX *mem_ctx, int fd,
struct rpc_cli_transport **presult);
+/* The following definitions come from rpc_client/rpc_transport_tstream.c */
+NTSTATUS rpc_transport_tstream_init(TALLOC_CTX *mem_ctx,
+ struct tstream_context *npipe,
+ struct tevent_queue *read_queue,
+ struct tevent_queue *write_queue,
+ struct rpc_cli_transport **presult);
+
/* The following definitions come from rpc_server/srv_eventlog_nt.c */
/* The following definitions come from rpc_server/rpc_handles.c */