diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2008-10-08 05:35:16 -0400 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-10-08 05:35:16 -0400 |
commit | 66bff35b722956cc2423f55fcf1b69cefa24ef8b (patch) | |
tree | b9523669aff10e9d07031004eed5a1a12257977f /include | |
parent | 5365f8022e04310f0276c95e82548da917d514db (diff) |
netfilter: remove unused Ebtables functions
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netfilter_bridge/ebtables.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/netfilter_bridge/ebtables.h b/include/linux/netfilter_bridge/ebtables.h index d3f9243b9d9b..568a690f6a62 100644 --- a/include/linux/netfilter_bridge/ebtables.h +++ b/include/linux/netfilter_bridge/ebtables.h | |||
@@ -302,12 +302,6 @@ struct ebt_table | |||
302 | ~(__alignof__(struct ebt_replace)-1)) | 302 | ~(__alignof__(struct ebt_replace)-1)) |
303 | extern int ebt_register_table(struct ebt_table *table); | 303 | extern int ebt_register_table(struct ebt_table *table); |
304 | extern void ebt_unregister_table(struct ebt_table *table); | 304 | extern void ebt_unregister_table(struct ebt_table *table); |
305 | extern int ebt_register_match(struct ebt_match *match); | ||
306 | extern void ebt_unregister_match(struct ebt_match *match); | ||
307 | extern int ebt_register_watcher(struct ebt_watcher *watcher); | ||
308 | extern void ebt_unregister_watcher(struct ebt_watcher *watcher); | ||
309 | extern int ebt_register_target(struct ebt_target *target); | ||
310 | extern void ebt_unregister_target(struct ebt_target *target); | ||
311 | extern unsigned int ebt_do_table(unsigned int hook, struct sk_buff *skb, | 305 | extern unsigned int ebt_do_table(unsigned int hook, struct sk_buff *skb, |
312 | const struct net_device *in, const struct net_device *out, | 306 | const struct net_device *in, const struct net_device *out, |
313 | struct ebt_table *table); | 307 | struct ebt_table *table); |