include/linux/netfilter_bridge/ebtables.h
changeset 2 d1f6d8b6f81c
parent 0 aa628870c1d3
--- a/include/linux/netfilter_bridge/ebtables.h	Thu Apr 09 12:06:38 2009 +0200
+++ b/include/linux/netfilter_bridge/ebtables.h	Thu Apr 09 12:07:21 2009 +0200
@@ -300,7 +300,8 @@
 
 #define EBT_ALIGN(s) (((s) + (__alignof__(struct ebt_replace)-1)) & \
 		     ~(__alignof__(struct ebt_replace)-1))
-extern int ebt_register_table(struct ebt_table *table);
+extern struct ebt_table *ebt_register_table(struct net *net,
+					    struct ebt_table *table);
 extern void ebt_unregister_table(struct ebt_table *table);
 extern unsigned int ebt_do_table(unsigned int hook, struct sk_buff *skb,
    const struct net_device *in, const struct net_device *out,