diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2005-01-14 15:00:45 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2005-01-14 15:00:45 +0000 |
commit | 85f83927c10fbc481f918e8b1b06a156a60480b8 (patch) | |
tree | f9cdb4868dca579b7fc52eb8aebef1f4a07e0f90 /usr.bin/netstat/netstat.h | |
parent | b17254eef4cb201f6011db0dabe120b5db73eeca (diff) |
Allow netstat to print PIM statistics.
From Pavlin Radoslavov <pavlin@icir.org>
ok deraadt@ brad@
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r-- | usr.bin/netstat/netstat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index e7041800418..eebea3a406e 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.28 2004/06/06 16:55:31 cedric Exp $ */ +/* $OpenBSD: netstat.h,v 1.29 2005/01/14 15:00:44 mcbride Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -76,6 +76,7 @@ void udp_stats(u_long, char *); void ip_stats(u_long, char *); void icmp_stats(u_long, char *); void igmp_stats(u_long, char *); +void pim_stats(u_long, char *); void ah_stats(u_long, char *); void esp_stats(u_long, char *); void ipip_stats(u_long, char *); |