diff options
| author | Phil Sutter <phil@nwl.cc> | 2024-11-07 17:02:20 +0100 |
|---|---|---|
| committer | Phil Sutter <phil@nwl.cc> | 2024-11-07 17:41:04 +0100 |
| commit | b15981e6ff2138b45bce3867454ae084790cbf43 (patch) | |
| tree | 1ec2ccbbe5feb17370e934ed68e7aa368ded6168 /include/xtables_internal.h | |
| parent | a740ba811a70c318aee0410d42e4fa74e104c440 (diff) | |
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>
Diffstat (limited to 'include/xtables_internal.h')
| -rw-r--r-- | include/xtables_internal.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/xtables_internal.h b/include/xtables_internal.h new file mode 100644 index 00000000..a87a40cc --- /dev/null +++ b/include/xtables_internal.h @@ -0,0 +1,7 @@ +#ifndef XTABLES_INTERNAL_H +#define XTABLES_INTERNAL_H 1 + +extern bool xtables_strtoul_base(const char *, char **, uintmax_t *, + uintmax_t, uintmax_t, unsigned int); + +#endif /* XTABLES_INTERNAL_H */ |
