summaryrefslogtreecommitdiffstats
path: root/ipset_iptreemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipset_iptreemap.c')
-rw-r--r--ipset_iptreemap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipset_iptreemap.c b/ipset_iptreemap.c
index 81bc8f3..21948d4 100644
--- a/ipset_iptreemap.c
+++ b/ipset_iptreemap.c
@@ -115,7 +115,7 @@ printheader(struct set *set, unsigned int options UNUSED)
static void
printips_sorted(struct set *set UNUSED, void *data,
- size_t len, unsigned int options)
+ u_int32_t len, unsigned int options)
{
struct ip_set_req_iptreemap *req;
size_t offset = 0;
@@ -147,7 +147,7 @@ saveheader(struct set *set, unsigned int options UNUSED)
static void
saveips(struct set *set UNUSED, void *data,
- size_t len, unsigned int options)
+ u_int32_t len, unsigned int options)
{
struct ip_set_req_iptreemap *req;
size_t offset = 0;