diff options
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index 8964b188aba3..3d4b4a908d11 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -131,6 +131,8 @@ extern int dccp_retransmit_skb(struct sock *sk, struct sk_buff *skb); | |||
131 | 131 | ||
132 | extern void dccp_send_ack(struct sock *sk); | 132 | extern void dccp_send_ack(struct sock *sk); |
133 | extern void dccp_send_delayed_ack(struct sock *sk); | 133 | extern void dccp_send_delayed_ack(struct sock *sk); |
134 | extern void dccp_reqsk_send_ack(struct sk_buff *sk, struct request_sock *rsk); | ||
135 | |||
134 | extern void dccp_send_sync(struct sock *sk, const u64 seq, | 136 | extern void dccp_send_sync(struct sock *sk, const u64 seq, |
135 | const enum dccp_pkt_type pkt_type); | 137 | const enum dccp_pkt_type pkt_type); |
136 | 138 | ||