summaryrefslogtreecommitdiffstats
path: root/include/ip6tables.h
diff options
context:
space:
mode:
authorJan Echternach <echter@informatik.uni-rostock.de>2000-08-27 07:39:08 +0000
committerRusty Russell <rusty@rustcorp.com.au>2000-08-27 07:39:08 +0000
commitb6db33196870d3ec401a7ca87234dd2bc379c413 (patch)
tree9631fa0805f88cbe4e79fffc25725f9dbe7e1ab9 /include/ip6tables.h
parent5a1041dfbeffa3703ba1dca73b8a563605888ae3 (diff)
Jan Echternach's const tweak.
Diffstat (limited to 'include/ip6tables.h')
-rw-r--r--include/ip6tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ip6tables.h b/include/ip6tables.h
index 9860e62f..2cbf2a34 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;