aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed/radix.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2009-04-05 14:15:05 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2009-04-05 14:15:05 +0000
commit9940236ef35a434df23979f88e152d0907989af1 (patch)
tree5c07af6065ffcb207aa355abdb2bc53123209ccd /sbin/routed/radix.h
parent38ae65235e00a1e87239372f973d057aeff1f2d8 (diff)
downloadsrc-9940236ef35a434df23979f88e152d0907989af1.tar.gz
src-9940236ef35a434df23979f88e152d0907989af1.zip
Kick WARNS level up to 6 by fixing various trivial warnings.
Notes
Notes: svn path=/head/; revision=190712
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 *),