Update compat code for new 2.6.25 code

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
This commit is contained in:
Jan Engelhardt
2008-02-21 13:29:31 +01:00
parent 1e34f02034
commit 75e88a7321
4 changed files with 62 additions and 4 deletions

View File

@@ -5,8 +5,10 @@
#include <linux/netfilter/x_tables.h>
#include <linux/spinlock.h>
struct flowi;
struct module;
struct net_device;
struct rtable;
struct sk_buff;
struct xtnu_match {
@@ -61,6 +63,7 @@ static inline struct xtnu_target *xtcompat_nutarget(const struct xt_target *t)
extern int xtnu_ip_route_me_harder(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 *);
extern int xtnu_register_matches(struct xtnu_match *, unsigned int);
extern void xtnu_unregister_matches(struct xtnu_match *, unsigned int);