summaryrefslogtreecommitdiffstats
path: root/include/xtables.h.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-07-11 10:41:10 +0200
committerPatrick McHardy <kaber@trash.net>2011-07-11 10:41:10 +0200
commit88e0a097c3f23dadf041b60445c6c9802c502f15 (patch)
tree1f1a4576b62c76d81fa2dc377ad5babd70729470 /include/xtables.h.in
parent795ea2e8d4d9f01a606d0d7aac22572801e06989 (diff)
parentd22ceae71eaae9f641e002074fb49cd7925a7c2f (diff)
Merge branch 'master' of git://dev.medozas.de/iptables
Diffstat (limited to 'include/xtables.h.in')
-rw-r--r--include/xtables.h.in2
1 files changed, 0 insertions, 2 deletions
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)