| commit | 63e9063a660809385fd17edb94da044c7c884e02 | [log] [tgz] |
|---|---|---|
| author | Illes Marci <marci@balabit.hu> | Mon Mar 03 08:08:37 2003 +0000 |
| committer | Harald Welte <laforge@gnumonks.org> | Mon Mar 03 08:08:37 2003 +0000 |
| tree | 4d7f9291c2ab6db9be14f83886a233361d83c381 | |
| parent | 26100fa186b9df8585a690e7efb3b13863efbe1f [diff] [blame] |
make iptables-restore print the line number in case of an error (Illes Marci <marci@balabit.hu>)
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 @@ #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);