summaryrefslogtreecommitdiff
path: root/source3/rpc_client/rpc_transport.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-05-24 13:56:53 +0200
committerAndreas Schneider <asn@samba.org>2013-08-05 10:30:00 +0200
commitb19e7e6638a5dd53e3c6e6701f78bf31184ed493 (patch)
tree099a2fd397f0354df9f147786ff8a9db716541ee /source3/rpc_client/rpc_transport.h
parentc41b6e5c5e7fcdbd98c1eb2bea08378b47d343d4 (diff)
downloadsamba-b19e7e6638a5dd53e3c6e6701f78bf31184ed493.tar.gz
samba-b19e7e6638a5dd53e3c6e6701f78bf31184ed493.tar.bz2
samba-b19e7e6638a5dd53e3c6e6701f78bf31184ed493.zip
s3-rpc_cli: pass down ndr_interface_table to rpc_transport_np_init_send().
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/rpc_client/rpc_transport.h')
-rw-r--r--source3/rpc_client/rpc_transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/rpc_transport.h b/source3/rpc_client/rpc_transport.h
index 2b4a323797..72e7609732 100644
--- a/source3/rpc_client/rpc_transport.h
+++ b/source3/rpc_client/rpc_transport.h
@@ -84,7 +84,7 @@ struct cli_state;
struct tevent_req *rpc_transport_np_init_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct cli_state *cli,
- const struct ndr_syntax_id *abstract_syntax);
+ const struct ndr_interface_table *table);
NTSTATUS rpc_transport_np_init_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
struct rpc_cli_transport **presult);