From 80fe35d6339b53a12ddaec41885613e4e37ed031 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 May 2002 13:08:15 +0000 Subject: globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming --- libiptc/libiptc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libiptc') diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 395b8c74..985b9b0d 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c @@ -1,4 +1,4 @@ -/* Library which manipulates firewall rules. Version $Revision: 1.33 $ */ +/* Library which manipulates firewall rules. Version $Revision: 1.34 $ */ /* Architecture of firewall rules is as follows: * @@ -307,7 +307,7 @@ TC_DUMP_ENTRIES(const TC_HANDLE_T handle) CHECK(handle); printf("libiptc v%s. %u entries, %u bytes.\n", - NETFILTER_VERSION, + IPTABLES_VERSION, handle->new_number, handle->entries.size); printf("Table `%s'\n", handle->info.name); printf("Hooks: pre/in/fwd/out/post = %u/%u/%u/%u/%u\n", -- cgit v1.2.3