From 5c9f7b01883d5cc1c07bf2813ff644468f373b3b Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" 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 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; -- cgit v1.2.3