From 6b1dd80e6fc5de59a708eb87e2ea362bcfbb733a Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 3 Mar 2003 08:08:37 +0000 Subject: make iptables-restore print the line number in case of an error (Illes Marci ) --- include/iptables.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/iptables.h b/include/iptables.h index 858bbdc..205984e 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -106,6 +106,8 @@ struct iptables_target #endif }; +extern int line; + /* Your shared library should call one of these. */ extern void register_match(struct iptables_match *me); extern void register_target(struct iptables_target *me); -- cgit v1.2.3