Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"
[kai/samba-autobuild/.git] / librpc / gen_ndr / srv_svcctl.c
index 227bcd3dc6ef44647451326d227eca98e647d43c..cd5a0eec65cd970e89fabbc5eaf308bf79b609c5 100644 (file)
@@ -3609,7 +3609,7 @@ void svcctl_get_pipe_fns(struct api_struct **fns, int *n_fns)
        *n_fns = sizeof(api_svcctl_cmds) / sizeof(struct api_struct);
 }
 
-NTSTATUS rpc_svcctl_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *interface, uint32_t interface_version, uint32_t opnum, void *_r)
+NTSTATUS rpc_svcctl_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;