summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2007-07-30 13:20:43 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-30 13:20:43 +0000
commit3365332f89bd0fa65cea60a38e46a20346ba9964 (patch)
tree19770a35397d826ffe438e8821b817561b200b6e
parente9db3a8674018a5ed55be46e4c0984cecbe3067d (diff)
Make xtables_target->extra_opts const (xtables_match->extra_opts already is)
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
-rw-r--r--include/xtables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xtables.h b/include/xtables.h
index 231f514f..72e6ae22 100644
--- a/include/xtables.h
+++ b/include/xtables.h
@@ -158,7 +158,7 @@ struct xtables_target
const struct xt_entry_target *target);
/* 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;