diff options
author | laforge <laforge> | 2002-05-29 13:08:15 +0000 |
---|---|---|
committer | laforge <laforge> | 2002-05-29 13:08:15 +0000 |
commit | e822c0ec10e20248b959e9b271efef125feb8a4d (patch) | |
tree | 795febe10f0229253621990c2c0616a0054d9906 /libiptc | |
parent | 66cd3f8ace6b96ea26c3e9ca4818a0935900622a (diff) |
globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming
Diffstat (limited to 'libiptc')
-rw-r--r-- | libiptc/libiptc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 395b8c7..985b9b0 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", |