File: xtables_internal.h

package info (click to toggle)
iptables 1.8.11-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,792 kB
  • sloc: ansic: 53,482; sh: 7,810; xml: 772; python: 755; makefile: 271
file content (7 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
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 */