mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-06 12:40:13 -04:00
10 lines
222 B
C
10 lines
222 B
C
#ifndef _NETSTAT_VTW_H
|
|
#define _NETSTAT_VTW_H
|
|
|
|
void show_vtw_stats(void);
|
|
void show_vtw_v4(void (*)(const vtw_t *));
|
|
void show_vtw_v6(void (*)(const vtw_t *));
|
|
void timebase(struct timeval *);
|
|
|
|
#endif /* _NETSTAT_VTW_H */
|