aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed/radix.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/radix.h')
-rw-r--r--sbin/routed/radix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/radix.h b/sbin/routed/radix.h
index 6cf196fa4da6..4558e87d403f 100644
--- a/sbin/routed/radix.h
+++ b/sbin/routed/radix.h
@@ -138,7 +138,7 @@ struct radix_node_head {
#define Free(p) free((void *)p);
void rn_init(void);
-int rn_inithead(void **, int);
+int rn_inithead(struct radix_node_head **head, int off);
int rn_refines(void *, void *);
int rn_walktree(struct radix_node_head *,
int (*)(struct radix_node *, struct walkarg *),