| commit | b6db33196870d3ec401a7ca87234dd2bc379c413 | [log] [tgz] |
|---|---|---|
| author | Jan Echternach <echter@informatik.uni-rostock.de> | Sun Aug 27 07:39:08 2000 +0000 |
| committer | Rusty Russell <rusty@rustcorp.com.au> | Sun Aug 27 07:39:08 2000 +0000 |
| tree | 9631fa0805f88cbe4e79fffc25725f9dbe7e1ab9 | |
| parent | 5a1041dfbeffa3703ba1dca73b8a563605888ae3 [diff] [blame] |
Jan Echternach's const tweak.
diff --git a/include/iptables.h b/include/iptables.h index 886d576..7ae7ab3 100644 --- a/include/iptables.h +++ b/include/iptables.h
@@ -44,7 +44,7 @@ const struct ipt_entry_match *match); /* 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;