| commit | a41545ca7cde43e0ba53260ba74bd9bf74025a68 | [log] [tgz] |
|---|---|---|
| author | Jan Engelhardt <jengelh@medozas.de> | Tue Jan 27 21:27:19 2009 +0100 |
| committer | Jan Engelhardt <jengelh@medozas.de> | Fri Jan 30 03:27:53 2009 +0100 |
| tree | d86a76f400285eb02afedca698c59c64bc273d77 | |
| parent | dacafa55379fd98212031d8c559096c91d7ce93b [diff] [blame] |
libxtables: prefix/order - param_act Changes: exittype -> xtables_exittype P_* -> XTF_* flags Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
diff --git a/iptables-xml.c b/iptables-xml.c index a3f6987..307845c 100644 --- a/iptables-xml.c +++ b/iptables-xml.c
@@ -30,7 +30,7 @@ #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;