diff options
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index 3af3320194f0..b138e2019d78 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -428,6 +428,7 @@ static inline int dccp_ack_pending(const struct sock *sk) | |||
428 | } | 428 | } |
429 | 429 | ||
430 | extern int dccp_insert_options(struct sock *sk, struct sk_buff *skb); | 430 | extern int dccp_insert_options(struct sock *sk, struct sk_buff *skb); |
431 | extern int dccp_insert_options_rsk(struct dccp_request_sock*, struct sk_buff*); | ||
431 | extern int dccp_insert_option_elapsed_time(struct sock *sk, | 432 | extern int dccp_insert_option_elapsed_time(struct sock *sk, |
432 | struct sk_buff *skb, | 433 | struct sk_buff *skb, |
433 | u32 elapsed_time); | 434 | u32 elapsed_time); |