diff options
Diffstat (limited to 'net/dccp/feat.h')
-rw-r--r-- | net/dccp/feat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dccp/feat.h b/net/dccp/feat.h index 8e863839ed91..ce97f3fe7687 100644 --- a/net/dccp/feat.h +++ b/net/dccp/feat.h | |||
@@ -115,8 +115,8 @@ static inline void dccp_feat_debug(const u8 type, const u8 feat, const u8 val) | |||
115 | extern int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, | 115 | extern int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, |
116 | u8 const *list, u8 len); | 116 | u8 const *list, u8 len); |
117 | extern int dccp_feat_register_nn(struct sock *sk, u8 feat, u64 val); | 117 | extern int dccp_feat_register_nn(struct sock *sk, u8 feat, u64 val); |
118 | extern int dccp_feat_change_recv(struct sock *sk, u8 type, u8 feature, | 118 | extern int dccp_feat_parse_options(struct sock *, struct dccp_request_sock *, |
119 | u8 *val, u8 len); | 119 | u8 mand, u8 opt, u8 feat, u8 *val, u8 len); |
120 | extern int dccp_feat_confirm_recv(struct sock *sk, u8 type, u8 feature, | 120 | extern int dccp_feat_confirm_recv(struct sock *sk, u8 type, u8 feature, |
121 | u8 *val, u8 len); | 121 | u8 *val, u8 len); |
122 | extern void dccp_feat_clean(struct dccp_minisock *dmsk); | 122 | extern void dccp_feat_clean(struct dccp_minisock *dmsk); |