make route_init() static
This commit is contained in:
parent
913af51859
commit
2eb5613fe6
@ -68,8 +68,8 @@ rtable_init(void **table)
|
||||
dom->dom_rtoffset);
|
||||
}
|
||||
|
||||
void
|
||||
route_init()
|
||||
static void
|
||||
route_init(void)
|
||||
{
|
||||
rn_init(); /* initialize all zeroes, all ones, mask table */
|
||||
rtable_init((void **)rt_tables);
|
||||
|
@ -313,7 +313,6 @@ extern struct radix_node_head *rt_tables[AF_MAX+1];
|
||||
|
||||
struct ifmultiaddr;
|
||||
|
||||
void route_init(void);
|
||||
int rt_getifa(struct rt_addrinfo *);
|
||||
void rt_ifannouncemsg(struct ifnet *, int);
|
||||
void rt_ifmsg(struct ifnet *);
|
||||
|
Loading…
Reference in New Issue
Block a user