]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/dccp/feat.h
dccp: Per-socket initialisation of feature negotiation
[net-next-2.6.git] / net / dccp / feat.h
index 56df82ceef097876641c3e77d94c0ce5c2f097d6..f5e99b39712a2748bb2563ab49ddc7cc04807cbf 100644 (file)
@@ -96,6 +96,7 @@ extern int  dccp_feat_confirm_recv(struct sock *sk, u8 type, u8 feature,
                                   u8 *val, u8 len);
 extern void dccp_feat_clean(struct dccp_minisock *dmsk);
 extern int  dccp_feat_clone(struct sock *oldsk, struct sock *newsk);
+extern int  dccp_feat_clone_list(struct list_head const *, struct list_head *);
 extern int  dccp_feat_init(struct dccp_minisock *dmsk);
 
 #endif /* _DCCP_FEAT_H */