From 07f06eec2155268eb6b00e6edba0c17c13b723b9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 10 Jun 2008 21:35:34 +0200 Subject: rpc_client: add cli_get_session_key(). Guenther (This used to be commit 93b56755f739889da3a67b18a6430b14306d84f7) --- source3/include/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 79a9251194..70ab390dc1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7130,6 +7130,9 @@ struct rpc_pipe_client *cli_rpc_pipe_open_krb5(struct cli_state *cli, const char *username, const char *password, NTSTATUS *perr); +NTSTATUS cli_get_session_key(struct rpc_pipe_client *cli, + DATA_BLOB *session_key); + /* The following definitions come from rpc_client/cli_reg.c */ -- cgit