aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/dccp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r--net/dccp/dccp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h
index bd4645b3a36c..f62eeb374931 100644
--- a/net/dccp/dccp.h
+++ b/net/dccp/dccp.h
@@ -209,7 +209,6 @@ extern void dccp_v4_send_check(struct sock *sk, int len, struct sk_buff *skb);
209extern int dccp_retransmit_skb(struct sock *sk, struct sk_buff *skb); 209extern int dccp_retransmit_skb(struct sock *sk, struct sk_buff *skb);
210 210
211extern void dccp_send_ack(struct sock *sk); 211extern void dccp_send_ack(struct sock *sk);
212extern void dccp_send_delayed_ack(struct sock *sk);
213extern void dccp_reqsk_send_ack(struct sk_buff *sk, struct request_sock *rsk); 212extern void dccp_reqsk_send_ack(struct sk_buff *sk, struct request_sock *rsk);
214 213
215extern void dccp_send_sync(struct sock *sk, const u64 seq, 214extern void dccp_send_sync(struct sock *sk, const u64 seq,