summaryrefslogtreecommitdiffstats
path: root/ip6tables.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-27 21:27:19 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-01-30 03:27:53 +0100
commita41545ca7cde43e0ba53260ba74bd9bf74025a68 (patch)
treed86a76f400285eb02afedca698c59c64bc273d77 /ip6tables.c
parentdacafa55379fd98212031d8c559096c91d7ce93b (diff)
libxtables: prefix/order - param_act
Changes: exittype -> xtables_exittype P_* -> XTF_* flags Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'ip6tables.c')
-rw-r--r--ip6tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables.c b/ip6tables.c
index 0464185a..cbacd899 100644
--- a/ip6tables.c
+++ b/ip6tables.c
@@ -365,7 +365,7 @@ exit_printhelp(struct ip6tables_rule_match *matches)
}
void
-exit_error(enum exittype status, const char *msg, ...)
+exit_error(enum xtables_exittype status, const char *msg, ...)
{
va_list args;