diff options
| author | 2008-10-08 11:35:16 +0200 | |
|---|---|---|
| committer | 2008-10-08 11:35:16 +0200 | |
| commit | 66bff35b722956cc2423f55fcf1b69cefa24ef8b (patch) | |
| tree | b9523669aff10e9d07031004eed5a1a12257977f /include/linux/netfilter_bridge | |
| parent | netfilter: implement hotdrop for Ebtables (diff) | |
| download | linux-dev-66bff35b722956cc2423f55fcf1b69cefa24ef8b.tar.xz linux-dev-66bff35b722956cc2423f55fcf1b69cefa24ef8b.zip | |
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/linux/netfilter_bridge')
| -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 ~(__alignof__(struct ebt_replace)-1)) extern int ebt_register_table(struct ebt_table *table); extern void ebt_unregister_table(struct ebt_table *table); -extern int ebt_register_match(struct ebt_match *match); -extern void ebt_unregister_match(struct ebt_match *match); -extern int ebt_register_watcher(struct ebt_watcher *watcher); -extern void ebt_unregister_watcher(struct ebt_watcher *watcher); -extern int ebt_register_target(struct ebt_target *target); -extern void ebt_unregister_target(struct ebt_target *target); extern unsigned int ebt_do_table(unsigned int hook, struct sk_buff *skb, const struct net_device *in, const struct net_device *out, struct ebt_table *table); |
