summaryrefslogtreecommitdiffstats
path: root/ipset_nethash.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipset_nethash.c')
-rw-r--r--ipset_nethash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipset_nethash.c b/ipset_nethash.c
index 3c6bc9f..6be0dce 100644
--- a/ipset_nethash.c
+++ b/ipset_nethash.c
@@ -291,7 +291,7 @@ void saveips(struct set *set, void *data, size_t len, unsigned options)
}
}
-static char * net_tostring(ip_set_ip_t ip, unsigned options)
+static char * net_tostring(struct set *set, ip_set_ip_t ip, unsigned options)
{
return unpack_ip_tostring(ip, options);
}