aboutsummaryrefslogtreecommitdiff
path: root/extensions/libipt_physdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_physdev.c')
-rw-r--r--extensions/libipt_physdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_physdev.c b/extensions/libipt_physdev.c
index 28ee8271..ab87cf8f 100644
--- a/extensions/libipt_physdev.c
+++ b/extensions/libipt_physdev.c
@@ -187,7 +187,7 @@ static struct iptables_match physdev = {
.extra_opts = opts
};
-void _init(void)
+void ipt_physdev_init(void)
{
register_match(&physdev);
}