]> git.ipfire.org Git - thirdparty/iptables.git/commit
xshared: Make some functions static
authorPhil Sutter <phil@nwl.cc>
Wed, 1 Jun 2022 17:24:41 +0000 (19:24 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 10 Jun 2022 13:35:33 +0000 (15:35 +0200)
commit6de62a9d47624155fa67530bc4a8f0ea647189f6
tree533dabd86fa1a62c26b417cc9713976b061d6ff8
parentef5d0c68261611d72ccecb3ae05c24448fbc91f5
xshared: Make some functions static

With all ip(6)tables variants using the same do_parse() function, quite
a bunch of functions are not used outside of xshared.c anymore. Make them
static.

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