tcp/dccp: constify send_synack and send_reset socket argument
[firefly-linux-kernel-4.4.55.git] / net / dccp / dccp.h
index 31e96df500d12a5dbde06c08992ce134444183df..8ed1df2771bd65c937020addfbd9e80706d113de 100644 (file)
@@ -229,7 +229,7 @@ void dccp_v4_send_check(struct sock *sk, struct sk_buff *skb);
 int dccp_retransmit_skb(struct sock *sk);
 
 void dccp_send_ack(struct sock *sk);
-void dccp_reqsk_send_ack(struct sock *sk, struct sk_buff *skb,
+void dccp_reqsk_send_ack(const struct sock *sk, struct sk_buff *skb,
                         struct request_sock *rsk);
 
 void dccp_send_sync(struct sock *sk, const u64 seq,