diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/dcerpc.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/source3/include/dcerpc.h b/source3/include/dcerpc.h index a050dd8020..a07b5c67f0 100644 --- a/source3/include/dcerpc.h +++ b/source3/include/dcerpc.h @@ -1,23 +1,13 @@ /* unused. Stub to make the pidl generated NDR parsers compile */ -struct dcerpc_endpoint_list { - uint32_t count; - const char * const *names; -}; - -struct dcerpc_authservice_list { - uint32_t count; - const char * const *names; -}; - 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 dcerpc_endpoint_list *endpoints; - const struct dcerpc_authservice_list *authservices; + const struct ndr_interface_string_array *endpoints; + const struct ndr_interface_string_array *authservices; }; struct dcerpc_interface_list { |