s3-utils/net: pass struct ndr_interface_table down
[tridge/samba.git] / source3 / utils / net.h
index 2dc443082ca5ee914f4c59ff9aa4ad4214bdcac4..5b9db10bad8f6cc1c4dc77c5124b6e640b52a2e6 100644 (file)
@@ -152,7 +152,7 @@ struct rpc_sh_cmd {
        struct rpc_sh_cmd *(*sub)(struct net_context *c,
                                  TALLOC_CTX *mem_ctx,
                                  struct rpc_sh_ctx *ctx);
-       const struct ndr_syntax_id *interface;
+       const struct ndr_interface_table *table;
        NTSTATUS (*fn)(struct net_context *c, TALLOC_CTX *mem_ctx,
                       struct rpc_sh_ctx *ctx,
                       struct rpc_pipe_client *pipe_hnd,