From 08dca92499c5bd17402dda14521edb4256476639 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 13 Mar 2011 14:10:42 +0100 Subject: librpc/rpc: move struct dcerpc_binding to rpc_common.h metze --- source3/librpc/rpc/dcerpc.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'source3/librpc') diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index 4f449c6a77..354c6829a2 100644 --- a/source3/librpc/rpc/dcerpc.h +++ b/source3/librpc/rpc/dcerpc.h @@ -30,21 +30,6 @@ #define SMB_RPC_INTERFACE_VERSION 1 -/** this describes a binding to a particular transport/pipe */ -struct dcerpc_binding { - enum dcerpc_transport_t transport; - struct ndr_syntax_id object; - const char *host; - const char *target_hostname; - const char *target_principal; - const char *endpoint; - const char **options; - const char *localaddress; - uint32_t flags; - uint32_t assoc_group_id; -}; - - /* dcerpc pipe flags */ #define DCERPC_DEBUG_PRINT_IN (1<<0) #define DCERPC_DEBUG_PRINT_OUT (1<<1) -- cgit