summaryrefslogtreecommitdiffstats
path: root/include/iptables_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iptables_common.h')
-rw-r--r--include/iptables_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/iptables_common.h b/include/iptables_common.h
index 12b57975..25f23c3c 100644
--- a/include/iptables_common.h
+++ b/include/iptables_common.h
@@ -9,7 +9,7 @@ enum exittype {
};
extern void exit_printhelp() __attribute__((noreturn));
extern void exit_tryhelp(int) __attribute__((noreturn));
-int check_inverse(const char option[], int *invert);
+int check_inverse(const char option[], int *invert, int *optind, int argc);
extern int string_to_number(const char *,
unsigned int,
unsigned int,