diff options
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r-- | source3/utils/net.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h index ee06ded8d1..765b61bd56 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -142,8 +142,7 @@ struct rpc_sh_cmd { struct rpc_sh_cmd *(*sub)(struct net_context *c, TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx); - const char *interface; - uint32_t interface_version; + const struct ndr_syntax_id *interface; NTSTATUS (*fn)(struct net_context *c, TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, |