From 97fb2f1579f0794377db1dca7c5bb07fade1a0dc Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Sat, 8 Sep 2007 16:52:25 +0000 Subject: Fix unused function warning --- libiptc/libiptc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 9e4571ce..472b81e0 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c @@ -915,7 +915,7 @@ TC_DUMP_ENTRIES(const TC_HANDLE_T handle) { iptc_fn = TC_DUMP_ENTRIES; CHECK(handle); -#if 0 + printf("libiptc v%s. %u bytes.\n", IPTABLES_VERSION, handle->entries->size); printf("Table `%s'\n", handle->info.name); @@ -934,7 +934,6 @@ TC_DUMP_ENTRIES(const TC_HANDLE_T handle) ENTRY_ITERATE(handle->entries->entrytable, handle->entries->size, dump_entry, handle); -#endif } /* Does this chain exist? */ -- cgit v1.2.3