Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"
[samba.git] / librpc / gen_ndr / srv_wkssvc.c
index c6809f3cd3aff56aaac7d44f891d5ff250aa6a8d..eab971f42b2f166898548e448212eb54562ba90e 100644 (file)
@@ -2406,7 +2406,7 @@ void wkssvc_get_pipe_fns(struct api_struct **fns, int *n_fns)
        *n_fns = sizeof(api_wkssvc_cmds) / sizeof(struct api_struct);
 }
 
-NTSTATUS rpc_wkssvc_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *interface, uint32_t interface_version, uint32_t opnum, void *_r)
+NTSTATUS rpc_wkssvc_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *_r)
 {
        if (cli->pipes_struct == NULL) {
                return NT_STATUS_INVALID_PARAMETER;