• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef XTABLES_INTERNAL_H
2 #define XTABLES_INTERNAL_H 1
3 
4 extern bool xtables_strtoul_base(const char *, char **, uintmax_t *,
5 	uintmax_t, uintmax_t, unsigned int);
6 
7 #endif /* XTABLES_INTERNAL_H */
8