Jan Echternach's const tweak.
diff --git a/include/ip6tables.h b/include/ip6tables.h
index 9860e62..2cbf2a3 100644
--- a/include/ip6tables.h
+++ b/include/ip6tables.h
@@ -44,7 +44,7 @@
 		     const struct ip6t_entry_match *match);
 
 	/* Pointer to list of extra command-line options */
-	struct option *extra_opts;
+	const struct option *extra_opts;
 
 	/* Ignore these men behind the curtain: */
 	unsigned int option_offset;
diff --git a/include/iptables.h b/include/iptables.h
index 886d576..7ae7ab3 100644
--- a/include/iptables.h
+++ b/include/iptables.h
@@ -44,7 +44,7 @@
 		     const struct ipt_entry_match *match);
 
 	/* Pointer to list of extra command-line options */
-	struct option *extra_opts;
+	const struct option *extra_opts;
 
 	/* Ignore these men behind the curtain: */
 	unsigned int option_offset;