summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_ulog.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_ulog.c')
-rw-r--r--extensions/ebt_ulog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_ulog.c b/extensions/ebt_ulog.c
index 54eec53..72a6c8b 100644
--- a/extensions/ebt_ulog.c
+++ b/extensions/ebt_ulog.c
@@ -180,7 +180,7 @@ static struct ebt_u_watcher ulog_watcher =
.extra_ops = opts,
};
-void _init(void)
+static void _INIT(void)
{
ebt_register_watcher(&ulog_watcher);
}