summaryrefslogtreecommitdiffstats
path: root/include/xtables_internal.h
blob: a87a40cc8dae5ed7bb280dc6f67fb2f0206af50a (plain)
1
2
3
4
5
6
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 */