From daa964013bc5d036f4da571ce22c0052ef40943a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Nov 2009 09:53:08 +0100 Subject: s3: Do not reference ndr_table_ in the cli_ routines directly --- librpc/gen_ndr/srv_dfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/gen_ndr/srv_dfs.h') diff --git a/librpc/gen_ndr/srv_dfs.h b/librpc/gen_ndr/srv_dfs.h index 89f3ed1a18..d66a862685 100644 --- a/librpc/gen_ndr/srv_dfs.h +++ b/librpc/gen_ndr/srv_dfs.h @@ -25,7 +25,7 @@ WERROR _dfs_Remove2(pipes_struct *p, struct dfs_Remove2 *r); WERROR _dfs_EnumEx(pipes_struct *p, struct dfs_EnumEx *r); WERROR _dfs_SetInfo2(pipes_struct *p, struct dfs_SetInfo2 *r); void netdfs_get_pipe_fns(struct api_struct **fns, int *n_fns); -NTSTATUS rpc_netdfs_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r); +NTSTATUS rpc_netdfs_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *interface, uint32_t interface_version, uint32_t opnum, void *r); void _dfs_GetManagerVersion(pipes_struct *p, struct dfs_GetManagerVersion *r); WERROR _dfs_Add(pipes_struct *p, struct dfs_Add *r); WERROR _dfs_Remove(pipes_struct *p, struct dfs_Remove *r); -- cgit