summaryrefslogtreecommitdiffstats
path: root/extensions/libebt_nflog.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libebt_nflog.c')
-rw-r--r--extensions/libebt_nflog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libebt_nflog.c b/extensions/libebt_nflog.c
index fef71960..5f1d13b1 100644
--- a/extensions/libebt_nflog.c
+++ b/extensions/libebt_nflog.c
@@ -30,7 +30,7 @@ enum {
NFLOG_NFLOG = 0x16,
};
-static struct option brnflog_opts[] = {
+static const struct option brnflog_opts[] = {
{ .name = "nflog-group", .has_arg = true, .val = NFLOG_GROUP},
{ .name = "nflog-prefix", .has_arg = true, .val = NFLOG_PREFIX},
{ .name = "nflog-range", .has_arg = true, .val = NFLOG_RANGE},