summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrusty <rusty>2000-08-27 07:39:08 +0000
committerrusty <rusty>2000-08-27 07:39:08 +0000
commitcdb486f9ea6123771259d7bb9ea1952c9dc97278 (patch)
tree9631fa0805f88cbe4e79fffc25725f9dbe7e1ab9 /include
parent004af5d645f5ac1454c296008a26ab23f463724e (diff)
Jan Echternach's const tweak.
Diffstat (limited to 'include')
-rw-r--r--include/ip6tables.h2
-rw-r--r--include/iptables.h2
2 files changed, 2 insertions, 2 deletions
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 @@ 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;
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 @@ 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;