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 b4bc6e095a0e..d6fed595a3ff 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -441,6 +441,8 @@ static inline int dccp_ack_pending(const struct sock *sk) | |||
441 | inet_csk_ack_scheduled(sk); | 441 | inet_csk_ack_scheduled(sk); |
442 | } | 442 | } |
443 | 443 | ||
444 | extern void dccp_feat_list_purge(struct list_head *fn_list); | ||
445 | |||
444 | extern int dccp_insert_options(struct sock *sk, struct sk_buff *skb); | 446 | extern int dccp_insert_options(struct sock *sk, struct sk_buff *skb); |
445 | extern int dccp_insert_options_rsk(struct dccp_request_sock*, struct sk_buff*); | 447 | extern int dccp_insert_options_rsk(struct dccp_request_sock*, struct sk_buff*); |
446 | extern int dccp_insert_option_elapsed_time(struct sock *sk, | 448 | extern int dccp_insert_option_elapsed_time(struct sock *sk, |