summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-05-07 00:15:49 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-05-09 00:49:03 +0200
commit87a34d7aef2cba833f4f36536575dee304bbece5 (patch)
treeadd81c554a93e5d2fcb9b5a8507dd47d2ba92c51 /include
parent94cd683a969e024ec870df258fafd790b8a1abf1 (diff)
libxt_multiport: use guided option parser
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include')
-rw-r--r--include/xtables.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xtables.h.in b/include/xtables.h.in
index caaec2fa..50aa414c 100644
--- a/include/xtables.h.in
+++ b/include/xtables.h.in
@@ -163,10 +163,12 @@ struct xt_option_call {
uint32_t mark, mask;
};
} val;
+ /* Wished for a world where the ones below were gone: */
union {
struct xt_entry_match **match;
struct xt_entry_target **target;
};
+ void *xt_entry;
};
/**