summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-09-20 04:14:00 +0200
committerAndrew Bartlett <abartlet@samba.org>2013-10-17 08:49:00 +1300
commit300a186a7123966d4d47fc1730014ea97cf97049 (patch)
tree0a5025e38e90cbb697c27e858c0c26513bad540a /source4
parent2be39c1866eda63beacdb67117e01b094686befb (diff)
downloadsamba-300a186a7123966d4d47fc1730014ea97cf97049.tar.gz
samba-300a186a7123966d4d47fc1730014ea97cf97049.tar.bz2
samba-300a186a7123966d4d47fc1730014ea97cf97049.zip
s4:librpc: make dcerpc_schannel_key_send/recv static
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/rpc/dcerpc_schannel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/rpc/dcerpc_schannel.c b/source4/librpc/rpc/dcerpc_schannel.c
index 130ebebd90..cd62508edd 100644
--- a/source4/librpc/rpc/dcerpc_schannel.c
+++ b/source4/librpc/rpc/dcerpc_schannel.c
@@ -306,7 +306,7 @@ static void continue_srv_auth2(struct tevent_req *subreq)
Initiate establishing a schannel key using netlogon challenge
on a secondary pipe
*/
-struct composite_context *dcerpc_schannel_key_send(TALLOC_CTX *mem_ctx,
+static struct composite_context *dcerpc_schannel_key_send(TALLOC_CTX *mem_ctx,
struct dcerpc_pipe *p,
struct cli_credentials *credentials,
struct loadparm_context *lp_ctx)
@@ -369,7 +369,7 @@ struct composite_context *dcerpc_schannel_key_send(TALLOC_CTX *mem_ctx,
/*
Receive result of schannel key request
*/
-NTSTATUS dcerpc_schannel_key_recv(struct composite_context *c)
+static NTSTATUS dcerpc_schannel_key_recv(struct composite_context *c)
{
NTSTATUS status = composite_wait(c);