commit | a8658ca43fba82f7761f774f4daeb29b3e335053 | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@gnumonks.org> | Wed Mar 05 07:46:15 2003 +0000 |
committer | Harald Welte <laforge@gnumonks.org> | Wed Mar 05 07:46:15 2003 +0000 |
tree | 5d81ac1fa9c04b787e395b0f6fa9d93d039edb3d | |
parent | 2354d928a6864e8753decc054873d562689577d3 [diff] [blame] |
port 'line number on error in iptables-restore' from ipv4
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 @@ #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);