diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 587f3f6c67..86b4bee662 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -80,6 +80,11 @@ struct rpc_pipe_client { struct ndr_syntax_id abstract_syntax; struct ndr_syntax_id transfer_syntax; + NTSTATUS (*dispatch) (struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + const struct ndr_interface_table *table, + uint32_t opnum, void *r); + char *desthost; char *srv_name_slash; |