From 3365332f89bd0fa65cea60a38e46a20346ba9964 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 30 Jul 2007 13:20:43 +0000 Subject: Make xtables_target->extra_opts const (xtables_match->extra_opts already is) Signed-off-by: Jan Engelhardt --- include/xtables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3