diff options
Diffstat (limited to 'net/dccp/feat.h')
-rw-r--r-- | net/dccp/feat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/feat.h b/net/dccp/feat.h index f8e4878dfc28..7efb2025f6bf 100644 --- a/net/dccp/feat.h +++ b/net/dccp/feat.h | |||
@@ -141,4 +141,6 @@ extern void dccp_encode_value_var(const u64 value, u8 *to, const u8 len); | |||
141 | extern u64 dccp_decode_value_var(const u8 *bf, const u8 len); | 141 | extern u64 dccp_decode_value_var(const u8 *bf, const u8 len); |
142 | 142 | ||
143 | extern int dccp_insert_option_mandatory(struct sk_buff *skb); | 143 | extern int dccp_insert_option_mandatory(struct sk_buff *skb); |
144 | extern int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, | ||
145 | u8 *val, u8 len, bool repeat_first); | ||
144 | #endif /* _DCCP_FEAT_H */ | 146 | #endif /* _DCCP_FEAT_H */ |