diff options
author | Volker Lendecke <vl@samba.org> | 2009-11-08 19:37:26 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-11-08 19:43:46 +0100 |
commit | b02c46bef944712834045399c883ea14f45bde94 (patch) | |
tree | 55168d16ade6971be5de092305eb7a3016336820 /source3/utils/net.h | |
parent | 6a650d7d161e4c4a7bd61bb374f473ba16fbba95 (diff) | |
download | samba-b02c46bef944712834045399c883ea14f45bde94.tar.gz |
Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"
This reverts commit 53f2a1595e76db9fe1b42db65b51895b73365993.
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 ee06ded8d1b..765b61bd564 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, |