summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_mark.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_mark.c')
-rw-r--r--extensions/ebt_mark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_mark.c b/extensions/ebt_mark.c
index 4cf1378..b4f93b5 100644
--- a/extensions/ebt_mark.c
+++ b/extensions/ebt_mark.c
@@ -172,7 +172,7 @@ static struct ebt_u_target mark_target =
.extra_ops = opts,
};
-void _init(void)
+static void _INIT(void)
{
ebt_register_target(&mark_target);
}