diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
| commit | 4cf49a43559ed9fdad601bdcccd2c55963008675 (patch) | |
| tree | 722c03ee4d750dd89ed43b028c35302fbfd03bfd /usr.bin/netstat/netstat.h | |
| parent | 67494b1a71eccedcce178eba53e7d31f35d44016 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat/netstat.h')
| -rw-r--r-- | usr.bin/netstat/netstat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 6ae25d87adb8..1e675171cfd7 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)netstat.h 8.2 (Berkeley) 1/4/94 + * $FreeBSD$ */ #include <sys/cdefs.h> @@ -105,6 +106,8 @@ void nserr_stats __P((u_long, char *)); void atalkprotopr __P((u_long, char *)); void ddp_stats __P((u_long, char *)); +void netgraphprotopr __P((u_long, char *)); + void intpr __P((int, u_long)); void unixpr __P((void)); |
