diff options
Diffstat (limited to 'source3/include/dcerpc.h')
-rw-r--r-- | source3/include/dcerpc.h | 18 |
1 files changed, 0 insertions, 18 deletions
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; -}; - - |