diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/dcerpc.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/source3/include/dcerpc.h b/source3/include/dcerpc.h index a98971ddd4..a050dd8020 100644 --- a/source3/include/dcerpc.h +++ b/source3/include/dcerpc.h @@ -1,17 +1,5 @@ /* unused. Stub to make the pidl generated NDR parsers compile */ -/* - this is used to find pointers to calls -*/ -struct dcerpc_interface_call { - const char *name; - size_t struct_size; - ndr_push_flags_fn_t ndr_push; - ndr_pull_flags_fn_t ndr_pull; - ndr_print_function_t ndr_print; - BOOL async; -}; - struct dcerpc_endpoint_list { uint32_t count; const char * const *names; @@ -27,7 +15,7 @@ struct dcerpc_interface_table { struct ndr_syntax_id syntax_id; const char *helpstring; uint32_t num_calls; - const struct dcerpc_interface_call *calls; + const struct ndr_interface_call *calls; const struct dcerpc_endpoint_list *endpoints; const struct dcerpc_authservice_list *authservices; }; |