summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-08-27 13:23:04 +0200
committerAndrew Bartlett <abartlet@samba.org>2013-10-17 08:48:45 +1300
commit872486bbd039c18eed13f30073a99b7a15f6b1b8 (patch)
treec88e004a6ec90fc1b62783ab5f3aeedf98f88bf1 /source3/rpc_client/cli_pipe.h
parentd0525289740522a43db2fb7f1364305eeb595070 (diff)
downloadsamba-872486bbd039c18eed13f30073a99b7a15f6b1b8.tar.gz
samba-872486bbd039c18eed13f30073a99b7a15f6b1b8.tar.bz2
samba-872486bbd039c18eed13f30073a99b7a15f6b1b8.zip
s3:rpc_client: pass object and table to rpccli_bh_create()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/rpc_client/cli_pipe.h')
-rw-r--r--source3/rpc_client/cli_pipe.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.h b/source3/rpc_client/cli_pipe.h
index ab993739b2..e38767d5da 100644
--- a/source3/rpc_client/cli_pipe.h
+++ b/source3/rpc_client/cli_pipe.h
@@ -68,7 +68,9 @@ NTSTATUS rpc_pipe_open_ncalrpc(TALLOC_CTX *mem_ctx, const char *socket_path,
const struct ndr_interface_table *table,
struct rpc_pipe_client **presult);
-struct dcerpc_binding_handle *rpccli_bh_create(struct rpc_pipe_client *c);
+struct dcerpc_binding_handle *rpccli_bh_create(struct rpc_pipe_client *c,
+ const struct GUID *object,
+ const struct ndr_interface_table *table);
NTSTATUS cli_rpc_pipe_open_noauth(struct cli_state *cli,
const struct ndr_interface_table *table,