summaryrefslogtreecommitdiffstats
path: root/include/ip6tables.h
diff options
context:
space:
mode:
authorlaforge <laforge>2003-03-05 07:46:15 +0000
committerlaforge <laforge>2003-03-05 07:46:15 +0000
commit22957be4f5b3b25393d0fc9656d0cb6a88005fb0 (patch)
tree5d81ac1fa9c04b787e395b0f6fa9d93d039edb3d /include/ip6tables.h
parent9d478446814469efa981268b00d9ac3faf3c0cbb (diff)
port 'line number on error in iptables-restore' from ipv4
Diffstat (limited to 'include/ip6tables.h')
-rw-r--r--include/ip6tables.h2
1 files changed, 2 insertions, 0 deletions
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);