X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fiptables_common.h;h=db5e93f630c70a0d4209b2a80d8e7f389c049a6c;hb=6afea0b41dfbc3824956d11d960ad80097218feb;hp=25f23c3cd6f1947e44f6c17348ec29b870184475;hpb=f7b70cf9e00324b89b02de213bcd0dde7044d035;p=iptables.git diff --git a/include/iptables_common.h b/include/iptables_common.h index 25f23c3..db5e93f 100644 --- a/include/iptables_common.h +++ b/include/iptables_common.h @@ -14,10 +14,19 @@ 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))); extern const char *program_name, *program_version; +extern char *lib_dir; #ifdef NO_SHARED_LIBS # ifdef _INIT