mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
De-staticize and add prototype for main debug function. I'll turn
this into a DDB command in the next staticization run.
This commit is contained in:
parent
1db59ce607
commit
d67ba04e42
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42571
@ -37,6 +37,8 @@
|
||||
|
||||
#include <net/route.h>
|
||||
|
||||
int at_inithead(void **head, int off);
|
||||
|
||||
static char hexbuf[256];
|
||||
|
||||
static char *
|
||||
@ -132,7 +134,7 @@ at_delroute(void *v_arg, void *netmask_arg, struct radix_node_head *head)
|
||||
/*
|
||||
* Initialize our routing tree with debugging hooks.
|
||||
*/
|
||||
static int
|
||||
int
|
||||
at_inithead(void **head, int off)
|
||||
{
|
||||
struct radix_node_head *rnh;
|
||||
@ -147,4 +149,3 @@ at_inithead(void **head, int off)
|
||||
rnh->rnh_lookup = at_lookup;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user