summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-21 13:04:41 +0200
committerVolker Lendecke <vl@samba.org>2008-07-21 14:36:31 +0200
commitda6e4248eedfcf420797f42f589fff4875161303 (patch)
tree111da6d9425d56bc0167dc9062cc744b0f9052ac /source3/include/proto.h
parenta20c49831013977385e5b7e7bcb307ce451aaaa9 (diff)
downloadsamba-da6e4248eedfcf420797f42f589fff4875161303.tar.gz
samba-da6e4248eedfcf420797f42f589fff4875161303.tar.bz2
samba-da6e4248eedfcf420797f42f589fff4875161303.zip
Make idl: cli_do_rpc_ndr does not use pipe_idx anymore
(This used to be commit ffd2ff5325ef24f08dcb63e4561f5f62bffef6d3)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 856ab76603..f31eee81a0 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7706,7 +7706,7 @@ void init_srvsvc_NetConnInfo1(struct srvsvc_NetConnInfo1 *r,
/* The following definitions come from rpc_client/ndr.c */
NTSTATUS cli_do_rpc_ndr(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx, int p_idx,
+ TALLOC_CTX *mem_ctx,
const struct ndr_interface_table *table,
uint32 opnum, void *r);