aboutsummaryrefslogtreecommitdiff
path: root/extensions/libipt_hashlimit.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_hashlimit.c')
-rw-r--r--extensions/libipt_hashlimit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_hashlimit.c b/extensions/libipt_hashlimit.c
index 6fb0eccb..ce776286 100644
--- a/extensions/libipt_hashlimit.c
+++ b/extensions/libipt_hashlimit.c
@@ -363,7 +363,7 @@ static struct iptables_match hashlimit = { NULL,
.extra_opts = opts
};
-void _init(void)
+void ipt_hashlimit_init(void)
{
register_match(&hashlimit);
}