diff options
Diffstat (limited to 'net/dccp/feat.h')
-rw-r--r-- | net/dccp/feat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dccp/feat.h b/net/dccp/feat.h index f96721619de..e56a4e5e634 100644 --- a/net/dccp/feat.h +++ b/net/dccp/feat.h | |||
@@ -111,7 +111,6 @@ extern int dccp_feat_init(struct sock *sk); | |||
111 | extern void dccp_feat_initialise_sysctls(void); | 111 | extern void dccp_feat_initialise_sysctls(void); |
112 | extern int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, | 112 | extern int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, |
113 | u8 const *list, u8 len); | 113 | u8 const *list, u8 len); |
114 | extern int dccp_feat_register_nn(struct sock *sk, u8 feat, u64 val); | ||
115 | extern int dccp_feat_parse_options(struct sock *, struct dccp_request_sock *, | 114 | extern int dccp_feat_parse_options(struct sock *, struct dccp_request_sock *, |
116 | u8 mand, u8 opt, u8 feat, u8 *val, u8 len); | 115 | u8 mand, u8 opt, u8 feat, u8 *val, u8 len); |
117 | extern int dccp_feat_clone_list(struct list_head const *, struct list_head *); | 116 | extern int dccp_feat_clone_list(struct list_head const *, struct list_head *); |