From c2628e19a77f2bec3f14d0f670717195c7299a90 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 19 Aug 2007 20:47:31 +0000 Subject: r24552: merge from SAMBA_4_0: rename dcerpc_interface_table -> ndr_interface_table rename dcerpc_interface_list -> ndr_interface_list and move them to libndr.h metze (This used to be commit f57d23d0f1b1c7a435f3a4ad801e58519cc92a77) --- source3/include/dcerpc.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 source3/include/dcerpc.h (limited to 'source3/include/dcerpc.h') diff --git a/source3/include/dcerpc.h b/source3/include/dcerpc.h deleted file mode 100644 index a07b5c67f0..0000000000 --- a/source3/include/dcerpc.h +++ /dev/null @@ -1,18 +0,0 @@ -/* unused. Stub to make the pidl generated NDR parsers compile */ - -struct dcerpc_interface_table { - const char *name; - struct ndr_syntax_id syntax_id; - const char *helpstring; - uint32_t num_calls; - const struct ndr_interface_call *calls; - const struct ndr_interface_string_array *endpoints; - const struct ndr_interface_string_array *authservices; -}; - -struct dcerpc_interface_list { - struct dcerpc_interface_list *prev, *next; - const struct dcerpc_interface_table *table; -}; - - -- cgit