diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-01-15 02:18:35 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-01-15 02:18:35 +0000 |
| commit | 9c437f50ee55e69e4e8ac00f66afa60b77ccc240 (patch) | |
| tree | f8d390e27b66f7711ca7e142e0e03b710fab7429 /usr.bin/netstat/netstat.h | |
| parent | 85cf6e3f7e829040bc579a46c7c8a2f9202fde31 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat/netstat.h')
| -rw-r--r-- | usr.bin/netstat/netstat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index ce3bd383893c..c37b90b1d590 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -61,6 +61,7 @@ char *prog; /* program name */ int kread __P((u_long addr, char *buf, int size)); char *plural __P((int)); char *plurales __P((int)); +void trimdomain __P((char *)); void protopr __P((u_long, char *)); void tcp_stats __P((u_long, char *)); @@ -70,7 +71,7 @@ void icmp_stats __P((u_long, char *)); void igmp_stats __P((u_long, char *)); void protopr __P((u_long, char *)); -void mbpr(u_long); +void mbpr __P((u_long)); void hostpr __P((u_long, u_long)); void impstats __P((u_long, u_long)); @@ -116,3 +117,4 @@ void tp_stats __P((caddr_t, caddr_t)); void mroutepr __P((u_long, u_long, u_long)); void mrt_stats __P((u_long, u_long)); + |
