From 22957be4f5b3b25393d0fc9656d0cb6a88005fb0 Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 5 Mar 2003 07:46:15 +0000 Subject: port 'line number on error in iptables-restore' from ipv4 --- include/ip6tables.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ip6tables.h') diff --git a/include/ip6tables.h b/include/ip6tables.h index ca388f7..b098f81 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -106,6 +106,8 @@ struct ip6tables_target #endif }; +extern int line; + /* Your shared library should call one of these. */ extern void register_match6(struct ip6tables_match *me); extern void register_target6(struct ip6tables_target *me); -- cgit v1.2.3