summaryrefslogtreecommitdiffstats
path: root/include/xtables_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xtables_internal.h')
-rw-r--r--include/xtables_internal.h7
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 */