X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=net%2Fdccp%2Ffeat.h;h=f5e99b39712a2748bb2563ab49ddc7cc04807cbf;hb=ac75773c2742d82cbcb078708df406e9017224b7;hp=56df82ceef097876641c3e77d94c0ce5c2f097d6;hpb=61e6473efbd6087e1db3aaa93a5266c5bfd8aa99;p=net-next-2.6.git 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, 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 */