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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h
index fff794c8dfff..4efdce47000b 100644
--- a/net/dccp/dccp.h
+++ b/net/dccp/dccp.h
@@ -122,7 +122,8 @@ extern int dccp_retransmit_skb(struct sock *sk, struct sk_buff *skb);
122extern int dccp_send_response(struct sock *sk); 122extern int dccp_send_response(struct sock *sk);
123extern void dccp_send_ack(struct sock *sk); 123extern void dccp_send_ack(struct sock *sk);
124extern void dccp_send_delayed_ack(struct sock *sk); 124extern void dccp_send_delayed_ack(struct sock *sk);
125extern void dccp_send_sync(struct sock *sk, u64 seq); 125extern void dccp_send_sync(struct sock *sk, const u64 seq,
126 const enum dccp_pkt_type pkt_type);
126 127
127extern int dccp_write_xmit(struct sock *sk, struct sk_buff *skb, 128extern int dccp_write_xmit(struct sock *sk, struct sk_buff *skb,
128 const int len); 129 const int len);