aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/feat.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/feat.h')
-rw-r--r--net/dccp/feat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/feat.h b/net/dccp/feat.h
index 56df82ceef0..f5e99b39712 100644
--- a/net/dccp/feat.h
+++ b/net/dccp/feat.h
@@ -96,6 +96,7 @@ extern int dccp_feat_confirm_recv(struct sock *sk, u8 type, u8 feature,
96 u8 *val, u8 len); 96 u8 *val, u8 len);
97extern void dccp_feat_clean(struct dccp_minisock *dmsk); 97extern void dccp_feat_clean(struct dccp_minisock *dmsk);
98extern int dccp_feat_clone(struct sock *oldsk, struct sock *newsk); 98extern int dccp_feat_clone(struct sock *oldsk, struct sock *newsk);
99extern int dccp_feat_clone_list(struct list_head const *, struct list_head *);
99extern int dccp_feat_init(struct dccp_minisock *dmsk); 100extern int dccp_feat_init(struct dccp_minisock *dmsk);
100 101
101#endif /* _DCCP_FEAT_H */ 102#endif /* _DCCP_FEAT_H */