summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-08 19:37:26 +0100
committerVolker Lendecke <vl@samba.org>2009-11-08 19:43:46 +0100
commitb02c46bef944712834045399c883ea14f45bde94 (patch)
tree55168d16ade6971be5de092305eb7a3016336820 /source3/utils/net.h
parent6a650d7d161e4c4a7bd61bb374f473ba16fbba95 (diff)
downloadsamba-b02c46bef944712834045399c883ea14f45bde94.tar.gz
samba-b02c46bef944712834045399c883ea14f45bde94.tar.bz2
samba-b02c46bef944712834045399c883ea14f45bde94.zip
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.h3
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,