compat_xtables: remove unused xtnu_skb_make_writable

This commit is contained in:
Jan Engelhardt
2014-01-09 10:14:36 +01:00
parent a82d0ba517
commit f9b0ee7533
4 changed files with 1 additions and 9 deletions

View File

@@ -60,7 +60,6 @@ static inline struct xtnu_target *xtcompat_nutarget(const struct xt_target *t)
extern int xtnu_ip_local_out(struct sk_buff *);
extern int xtnu_ip_route_me_harder(struct sk_buff **, unsigned int);
extern int xtnu_skb_make_writable(struct sk_buff **, unsigned int);
extern int xtnu_register_match(struct xtnu_match *);
extern int xtnu_ip_route_output_key(void *, struct rtable **, struct flowi *);
extern void xtnu_unregister_match(struct xtnu_match *);