xref: /netbsd-src/usr.bin/netstat/vtw.h (revision 7d62b00eb9ad855ffcd7da46b41e23feb5476fac)
1 #ifndef _NETSTAT_VTW_H
2 #define _NETSTAT_VTW_H
3 
4 void show_vtw_stats(void);
5 void show_vtw_v4(void (*)(const vtw_t *));
6 void show_vtw_v6(void (*)(const vtw_t *));
7 void timebase(struct timeval *);
8 
9 #endif /* _NETSTAT_VTW_H */
10