From bb283af16fe3858310d762cb5998909ae3b810de Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Nov 2009 19:38:09 +0100 Subject: Revert "s3: Do not directly reference the ndr_table_* in rpcclient" This reverts commit 70c698fd547c4bc19cf77693608bbb34acac40b5. --- source3/rpcclient/rpcclient.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/rpcclient/rpcclient.h') diff --git a/source3/rpcclient/rpcclient.h b/source3/rpcclient/rpcclient.h index 926204ceca..91810b63a9 100644 --- a/source3/rpcclient/rpcclient.h +++ b/source3/rpcclient/rpcclient.h @@ -33,8 +33,7 @@ struct cmd_set { NTSTATUS (*ntfn)(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, int argc, const char **argv); WERROR (*wfn)(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, int argc, const char **argv); - const char *interface; - uint32_t interface_version; + const struct ndr_syntax_id *interface; struct rpc_pipe_client *rpc_pipe; const char *description; const char *usage; -- cgit