[netfilter-cvslog] r6970 - trunk/iptables/include

yasuyuki at netfilter.org yasuyuki at netfilter.org
Mon Jul 30 15:20:44 CEST 2007


Author: yasuyuki at netfilter.org
Date: 2007-07-30 15:20:43 +0200 (Mon, 30 Jul 2007)
New Revision: 6970

Modified:
   trunk/iptables/include/xtables.h
Log:
Make xtables_target->extra_opts const (xtables_match->extra_opts already is)

Signed-off-by: Jan Engelhardt <jengelh at gmx.de>


Modified: trunk/iptables/include/xtables.h
===================================================================
--- trunk/iptables/include/xtables.h	2007-07-29 15:00:51 UTC (rev 6969)
+++ trunk/iptables/include/xtables.h	2007-07-30 13:20:43 UTC (rev 6970)
@@ -158,7 +158,7 @@
 		     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;




More information about the netfilter-cvslog mailing list