]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxtables: Hide xtables_strtoul_base() symbol
authorPhil Sutter <phil@nwl.cc>
Thu, 7 Nov 2024 16:02:20 +0000 (17:02 +0100)
committerPhil Sutter <phil@nwl.cc>
Thu, 7 Nov 2024 16:41:04 +0000 (17:41 +0100)
commitb15981e6ff2138b45bce3867454ae084790cbf43
tree1ec2ccbbe5feb17370e934ed68e7aa368ded6168
parenta740ba811a70c318aee0410d42e4fa74e104c440
libxtables: Hide xtables_strtoul_base() symbol

There are no external users, no need to promote it in xtables.h.

Fixes: 1af6984c57cce ("libxtables: Introduce xtables_strtoul_base()")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/Makefile.am
include/xtables.h
include/xtables_internal.h [new file with mode: 0644]
libxtables/xtables.c
libxtables/xtoptions.c