diff options
Diffstat (limited to 'net/dccp/feat.h')
-rw-r--r-- | net/dccp/feat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/feat.h b/net/dccp/feat.h index 94203c230c65..7e953fd0a79b 100644 --- a/net/dccp/feat.h +++ b/net/dccp/feat.h | |||
@@ -95,6 +95,7 @@ extern int dccp_feat_confirm_recv(struct sock *sk, u8 type, u8 feature, | |||
95 | u8 *val, u8 len); | 95 | u8 *val, u8 len); |
96 | extern void dccp_feat_clean(struct dccp_minisock *dmsk); | 96 | extern void dccp_feat_clean(struct dccp_minisock *dmsk); |
97 | extern int dccp_feat_clone(struct sock *oldsk, struct sock *newsk); | 97 | extern int dccp_feat_clone(struct sock *oldsk, struct sock *newsk); |
98 | extern int dccp_feat_clone_list(struct list_head const *, struct list_head *); | ||
98 | extern int dccp_feat_init(struct dccp_minisock *dmsk); | 99 | extern int dccp_feat_init(struct dccp_minisock *dmsk); |
99 | 100 | ||
100 | #endif /* _DCCP_FEAT_H */ | 101 | #endif /* _DCCP_FEAT_H */ |