aboutsummaryrefslogtreecommitdiff
path: root/extensions/libipt_ah.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_ah.c')
-rw-r--r--extensions/libipt_ah.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_ah.c b/extensions/libipt_ah.c
index 443c9f82..e04bbe5f 100644
--- a/extensions/libipt_ah.c
+++ b/extensions/libipt_ah.c
@@ -184,7 +184,7 @@ static struct iptables_match ah = {
};
void
-_init(void)
+ipt_ah_init(void)
{
register_match(&ah);
}