]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Jan Echternach's const tweak.
authorJan Echternach <echter@informatik.uni-rostock.de>
Sun, 27 Aug 2000 07:39:08 +0000 (07:39 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 27 Aug 2000 07:39:08 +0000 (07:39 +0000)
include/ip6tables.h
include/iptables.h

index 9860e62fe696b5a19c79cfbd56e61c8cc7675b5d..2cbf2a345a765cc79c43abddddedf0ff0ee83e0d 100644 (file)
@@ -44,7 +44,7 @@ struct ip6tables_match
                     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;
index 886d576bc141aca02bfe84423689379e4c3860ca..7ae7ab34066c9e5bf621c43c94d65dfe805411ea 100644 (file)
@@ -44,7 +44,7 @@ struct iptables_match
                     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;