summaryrefslogtreecommitdiffstats
path: root/iptables/nft-bridge.h
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2023-11-22 04:09:33 +0100
committerPhil Sutter <phil@nwl.cc>2023-11-23 17:59:42 +0100
commit466c4031680eb5ea81d9313f91efb06aaa63a4a9 (patch)
tree76bf5be6b9ec384f0a26b73f56c4eadaaad00e5c /iptables/nft-bridge.h
parent3f3b7d1aa22bb026292bcf829836138a543d422a (diff)
ebtables: Make ebt_load_match_extensions() static
The function is not used outside of xtables-eb.c. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables/nft-bridge.h')
-rw-r--r--iptables/nft-bridge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iptables/nft-bridge.h b/iptables/nft-bridge.h
index eb1b3928..0e6a2965 100644
--- a/iptables/nft-bridge.h
+++ b/iptables/nft-bridge.h
@@ -115,7 +115,6 @@ static inline const char *ebt_target_name(unsigned int verdict)
}) \
void ebt_cs_clean(struct iptables_command_state *cs);
-void ebt_load_match_extensions(void);
void ebt_add_match(struct xtables_match *m,
struct iptables_command_state *cs);
void ebt_add_watcher(struct xtables_target *watcher,