From b34209006fd75533b22e77c77d8fde3e4cb1506a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 7 Aug 2010 14:48:57 +0200 Subject: s4:librpc/rpc: make struct dcerpc_binding_handle private metze --- source4/librpc/rpc/dcerpc.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source4') diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index 5298671ef9..435fbf15a0 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -444,16 +444,6 @@ struct dcerpc_binding_handle_ops { const struct ndr_interface_call *call); }; -/* TODO: this needs to be completely private */ -struct dcerpc_binding_handle { - void *private_data; - const struct dcerpc_binding_handle_ops *ops; - const char *location; - const struct GUID *object; - const struct ndr_interface_table *table; - struct tevent_context *sync_ev; -}; - struct dcerpc_binding_handle *_dcerpc_binding_handle_create(TALLOC_CTX *mem_ctx, const struct dcerpc_binding_handle_ops *ops, const struct GUID *object, -- cgit