From 6cd49745931f42cfe2280bf78e483035c3c5e2e6 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Tue, 15 Apr 2008 12:01:06 +0000 Subject: [PATCH 08/10] Remove old functions, constants --- iptables-xml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iptables-xml.c') diff --git a/iptables-xml.c b/iptables-xml.c index d922efe..fea63ef 100644 --- a/iptables-xml.c +++ b/iptables-xml.c @@ -645,7 +645,7 @@ main(int argc, char *argv[]) FILE *in; program_name = "iptables-xml"; - program_version = IPTABLES_VERSION; + program_version = XTABLES_VERSION; line = 0; while ((c = getopt_long(argc, argv, "cvh", options, NULL)) != -1) { @@ -658,7 +658,7 @@ main(int argc, char *argv[]) verbose = 1; break; case 'h': - print_usage("iptables-xml", IPTABLES_VERSION); + print_usage("iptables-xml", XTABLES_VERSION); break; } } -- cgit v1.2.3