From a41545ca7cde43e0ba53260ba74bd9bf74025a68 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 27 Jan 2009 21:27:19 +0100 Subject: libxtables: prefix/order - param_act Changes: exittype -> xtables_exittype P_* -> XTF_* flags Signed-off-by: Jan Engelhardt --- iptables-xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables-xml.c') diff --git a/iptables-xml.c b/iptables-xml.c index a3f69872..307845c5 100644 --- a/iptables-xml.c +++ b/iptables-xml.c @@ -30,7 +30,7 @@ const char *program_version; #ifndef IPTABLES_MULTI int line = 0; -void exit_error(enum exittype status, const char *msg, ...) +void exit_error(enum xtables_exittype status, const char *msg, ...) { va_list args; -- cgit v1.2.3