summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 14d7b043..dc074bc0 100644
--- a/include/xtables.h.in
+++ b/include/xtables.h.in
@@ -51,6 +51,7 @@ struct in_addr;
*/
enum xt_option_type {
XTTYPE_NONE,
+ XTTYPE_UINT8,
XTTYPE_UINT32,
};
@@ -104,6 +105,7 @@ struct xt_option_call {
unsigned int xflags;
bool invert;
union {
+ uint8_t u8;
uint32_t u32;
} val;
};