s4:librpc: make dcerpc_schannel_key_send/recv static
authorStefan Metzmacher <metze@samba.org>
Fri, 20 Sep 2013 02:14:00 +0000 (04:14 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 16 Oct 2013 19:49:00 +0000 (08:49 +1300)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/librpc/rpc/dcerpc_schannel.c

index 130ebebd9092aa2a5161a9b0b4f6426969160723..cd62508eddab7694236faa91b39d58d157f77836 100644 (file)
@@ -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);