summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-05-17 16:16:59 +0200
committerAndreas Schneider <asn@samba.org>2013-08-05 10:29:59 +0200
commit9b4fb5b074b035eaef98c4a463c9d68006ed52da (patch)
tree53231f75a33dffa7c83f12754e70af7688b71d55 /source3/rpc_client/cli_pipe.h
parent0ce2178f2ffeaee324c7e8fef7c87727def7bd77 (diff)
downloadsamba-9b4fb5b074b035eaef98c4a463c9d68006ed52da.tar.gz
samba-9b4fb5b074b035eaef98c4a463c9d68006ed52da.tar.bz2
samba-9b4fb5b074b035eaef98c4a463c9d68006ed52da.zip
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_ncalrpc().
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/cli_pipe.h')
-rw-r--r--source3/rpc_client/cli_pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.h b/source3/rpc_client/cli_pipe.h
index 34ae542d45..3415db031d 100644
--- a/source3/rpc_client/cli_pipe.h
+++ b/source3/rpc_client/cli_pipe.h
@@ -71,7 +71,7 @@ NTSTATUS rpc_pipe_open_tcp(TALLOC_CTX *mem_ctx,
struct rpc_pipe_client **presult);
NTSTATUS rpc_pipe_open_ncalrpc(TALLOC_CTX *mem_ctx, const char *socket_path,
- const struct ndr_syntax_id *abstract_syntax,
+ const struct ndr_interface_table *table,
struct rpc_pipe_client **presult);
struct dcerpc_binding_handle *rpccli_bh_create(struct rpc_pipe_client *c);