]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: Make add_log() static
authorPhil Sutter <phil@nwl.cc>
Sat, 5 Oct 2024 12:13:44 +0000 (14:13 +0200)
committerPhil Sutter <phil@nwl.cc>
Thu, 10 Apr 2025 16:45:42 +0000 (18:45 +0200)
commit17fb168f007eb4200a1d3325898cf5256a029d81
tree8a69c26900df09c9028fe9dccefe81b76d8e320c
parent6310639f697d4a570286960c470a6ec8c324be89
nft: Make add_log() static

It is not used outside of nft.c, though in the wrong position so keep
the declaration but right above its caller.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft.c
iptables/nft.h