summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-07-30 13:20:43 +0000
committer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-07-30 13:20:43 +0000
commit5c9f7b01883d5cc1c07bf2813ff644468f373b3b (patch)
tree19770a35397d826ffe438e8821b817561b200b6e
parent39bc1873926bfb122e4623b2787e26ce39191d67 (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 231f514..72e6ae2 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;