repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
usr.bin
/
netstat
/
vtw.h
blob
8cb197da88d8df1d1b37304bf97bcfd139441796
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 */