From ce491edcad120c5c9de4260ac60a2ec3b319161a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 2 Mar 2011 15:28:25 +0100 Subject: s3-librpc: Register NCALRPC pipes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/librpc/rpc/dcerpc_ep.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/librpc/rpc/dcerpc_ep.h') diff --git a/source3/librpc/rpc/dcerpc_ep.h b/source3/librpc/rpc/dcerpc_ep.h index f88f468611..99682beb9a 100644 --- a/source3/librpc/rpc/dcerpc_ep.h +++ b/source3/librpc/rpc/dcerpc_ep.h @@ -28,6 +28,7 @@ struct dcerpc_binding_vector { NTSTATUS dcerpc_binding_vector_create(TALLOC_CTX *mem_ctx, const struct ndr_interface_table *iface, uint16_t port, + const char *ncalrpc, struct dcerpc_binding_vector **pbvec); /** -- cgit