From fbe9f1ecccb5ac02858fa7eee2979e0e4d97bb5f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 9 Jul 2011 19:37:31 +0200 Subject: option: remove last traces of intrapositional negation Intrapositional negation was deprecated in 1.4.3. Signed-off-by: Jan Engelhardt --- include/xtables.h.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/xtables.h.in b/include/xtables.h.in index 0dead268..d50df79a 100644 --- a/include/xtables.h.in +++ b/include/xtables.h.in @@ -432,8 +432,6 @@ xtables_parse_interface(const char *arg, char *vianame, unsigned char *mask); /* this is a special 64bit data type that is 8-byte aligned */ #define aligned_u64 u_int64_t __attribute__((aligned(8))) -int xtables_check_inverse(const char option[], int *invert, - int *my_optind, int argc, char **argv); extern struct xtables_globals *xt_params; #define xtables_error (xt_params->exit_err) -- cgit v1.2.3