From: Jan Engelhardt Date: Mon, 30 Jul 2007 13:20:43 +0000 (+0000) Subject: Make xtables_target->extra_opts const (xtables_match->extra_opts already is) X-Git-Tag: v1.4.0-rc1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3365332f89bd0fa65cea60a38e46a20346ba9964;p=thirdparty%2Fiptables.git Make xtables_target->extra_opts const (xtables_match->extra_opts already is) Signed-off-by: Jan Engelhardt --- 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;