summaryrefslogtreecommitdiffstats
path: root/ip6tables-restore.c
diff options
context:
space:
mode:
authorLutz Jaenicke <ljaenicke@innominate.com>2006-12-09 13:06:04 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2006-12-09 13:06:04 +0000
commite78c69c8146c5dcd096ba13ac03d7a7bb90e3ea7 (patch)
tree63fbb5f19945b545b4f4fa88dea92083f42d5d14 /ip6tables-restore.c
parent72f7962bc4972fd823a14cc81f2ed6d7a2060cae (diff)
fix compile/install error for iptables-xml with DO_MULTI=1 (Lutz Jaenicke)
Diffstat (limited to 'ip6tables-restore.c')
-rw-r--r--ip6tables-restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables-restore.c b/ip6tables-restore.c
index f7eac680..a0c359a1 100644
--- a/ip6tables-restore.c
+++ b/ip6tables-restore.c
@@ -74,7 +74,7 @@ ip6tc_handle_t create_handle(const char *tablename, const char* modprobe)
return handle;
}
-int parse_counters(char *string, struct ip6t_counters *ctr)
+static int parse_counters(char *string, struct ip6t_counters *ctr)
{
return (sscanf(string, "[%llu:%llu]", (unsigned long long *)&ctr->pcnt, (unsigned long long *)&ctr->bcnt) == 2);
}