summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_nflog.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_nflog.c')
-rw-r--r--extensions/ebt_nflog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_nflog.c b/extensions/ebt_nflog.c
index 405673a..04c547d 100644
--- a/extensions/ebt_nflog.c
+++ b/extensions/ebt_nflog.c
@@ -166,7 +166,7 @@ static struct ebt_u_watcher nflog_watcher = {
.extra_ops = nflog_opts,
};
-void _init(void)
+static void _INIT(void)
{
ebt_register_watcher(&nflog_watcher);
}