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 162586d..5c2896a 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)
+void _ulog_init(void)
{
ebt_register_watcher(&ulog_watcher);
}