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 33a1127270c1..4ed7c5936bcf 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -443,6 +443,8 @@ static inline int dccp_ack_pending(const struct sock *sk) | |||
443 | 443 | ||
444 | extern int dccp_feat_finalise_settings(struct dccp_sock *dp); | 444 | extern int dccp_feat_finalise_settings(struct dccp_sock *dp); |
445 | extern int dccp_feat_server_ccid_dependencies(struct dccp_request_sock *dreq); | 445 | extern int dccp_feat_server_ccid_dependencies(struct dccp_request_sock *dreq); |
446 | extern int dccp_feat_insert_opts(struct dccp_sock*, struct dccp_request_sock*, | ||
447 | struct sk_buff *skb); | ||
446 | extern void dccp_feat_list_purge(struct list_head *fn_list); | 448 | extern void dccp_feat_list_purge(struct list_head *fn_list); |
447 | 449 | ||
448 | extern int dccp_insert_options(struct sock *sk, struct sk_buff *skb); | 450 | extern int dccp_insert_options(struct sock *sk, struct sk_buff *skb); |