s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth_transport().
[mat/samba.git] / source3 / rpc_client / cli_pipe.h
index 9aae61a9d298a14710ce9556253a9cad9e86bcac..f37f8a9af6c65e8d190862bb14e48af9eec1a650 100644 (file)
@@ -82,7 +82,7 @@ NTSTATUS cli_rpc_pipe_open_noauth(struct cli_state *cli,
 
 NTSTATUS cli_rpc_pipe_open_noauth_transport(struct cli_state *cli,
                                            enum dcerpc_transport_t transport,
-                                           const struct ndr_syntax_id *interface,
+                                           const struct ndr_interface_table *table,
                                            struct rpc_pipe_client **presult);
 
 NTSTATUS cli_rpc_pipe_open_generic_auth(struct cli_state *cli,