summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_state.c')
-rw-r--r--extensions/libxt_state.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/libxt_state.c b/extensions/libxt_state.c
index d8159e57..40643335 100644
--- a/extensions/libxt_state.c
+++ b/extensions/libxt_state.c
@@ -1,4 +1,5 @@
/* Shared library add-on to iptables to add state tracking support. */
+#include <stdbool.h>
#include <stdio.h>
#include <netdb.h>
#include <string.h>
@@ -22,8 +23,8 @@ state_help(void)
}
static const struct option state_opts[] = {
- { "state", 1, NULL, '1' },
- { .name = NULL }
+ {.name = "state", .has_arg = true, .val = '1'},
+ XT_GETOPT_TABLEEND,
};
static int