summaryrefslogtreecommitdiff
path: root/source3/utils/net_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-20 18:44:32 +0200
committerVolker Lendecke <vl@samba.org>2008-07-21 14:36:28 +0200
commit05cc3fda05ced80828d8a7bbc00674c495bf46d3 (patch)
treecc0e54e0cc63366c6f38d38552cfdba00980fe8b /source3/utils/net_proto.h
parentd86ff599892608cf739c96e8add9b6ff9f9e5e43 (diff)
downloadsamba-05cc3fda05ced80828d8a7bbc00674c495bf46d3.tar.gz
samba-05cc3fda05ced80828d8a7bbc00674c495bf46d3.tar.bz2
samba-05cc3fda05ced80828d8a7bbc00674c495bf46d3.zip
Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idx
(This used to be commit 0f77746f36b98acc5171727fa3fc236af9fd2000)
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r--source3/utils/net_proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h
index ae675ed170..1e355e54a3 100644
--- a/source3/utils/net_proto.h
+++ b/source3/utils/net_proto.h
@@ -448,7 +448,8 @@ NTSTATUS connect_to_ipc_krb5(struct net_context *c,
struct sockaddr_storage *server_ss,
const char *server_name);
NTSTATUS connect_dst_pipe(struct net_context *c, struct cli_state **cli_dst,
- struct rpc_pipe_client **pp_pipe_hnd, int pipe_num);
+ struct rpc_pipe_client **pp_pipe_hnd,
+ const struct ndr_syntax_id *interface);
int net_use_krb_machine_account(struct net_context *c);
int net_use_machine_account(struct net_context *c);
bool net_find_server(struct net_context *c,