From b105bc9f4bf61ffa835950c3d4e4b6162e1e16f8 Mon Sep 17 00:00:00 2001 From: Martin Josefsson Date: Wed, 26 May 2004 15:54:49 +0000 Subject: Add versions of string_to_number() for use in 32bit userspace with 64bit kernel. --- include/iptables_common.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/iptables_common.h') diff --git a/include/iptables_common.h b/include/iptables_common.h index 25f23c3c..ca65594e 100644 --- a/include/iptables_common.h +++ b/include/iptables_common.h @@ -14,6 +14,14 @@ extern int string_to_number(const char *, unsigned int, unsigned int, unsigned int *); +extern int string_to_number_l(const char *, + unsigned long int, + unsigned long int, + unsigned long *); +extern int string_to_number_ll(const char *, + unsigned long long int, + unsigned long long int, + unsigned long long *); extern int iptables_insmod(const char *modname, const char *modprobe); void exit_error(enum exittype, char *, ...)__attribute__((noreturn, format(printf,2,3))); -- cgit v1.2.3