diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-01-12 12:09:27 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-01-12 12:09:27 +0000 |
| commit | d67ba04e423d0eb021c501342f296e1cc2c0e37e (patch) | |
| tree | d4af7fe9f7bc5c9953a7c33cb81a7aa237a3c4f1 /sys/netatalk | |
| parent | 1db59ce60742f5869fe5f96ec09ab40c8472f2ab (diff) | |
Notes
Diffstat (limited to 'sys/netatalk')
| -rw-r--r-- | sys/netatalk/at_rmx.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netatalk/at_rmx.c b/sys/netatalk/at_rmx.c index cc49d7f196c7..ca8db3aff5db 100644 --- a/sys/netatalk/at_rmx.c +++ b/sys/netatalk/at_rmx.c @@ -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; } - |
