summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netstat.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-12-11 20:14:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-12-11 20:14:46 +0000
commit8ee411a85dc6b09bfd02085bbaed99a620d66161 (patch)
tree986c3495bf256b2b3e24be48b0d2167c5ef5bdec /usr.bin/netstat/netstat.h
parenta205b583b766276393a32258200f8ab6635b0c73 (diff)
mbuf stats are always gotten via sysctl(), so remove old nlist stuff
ok claudio pyr
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r--usr.bin/netstat/netstat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h
index b2fdaba1f0b..a11bd871a36 100644
--- a/usr.bin/netstat/netstat.h
+++ b/usr.bin/netstat/netstat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: netstat.h,v 1.43 2007/07/25 11:50:47 claudio Exp $ */
+/* $OpenBSD: netstat.h,v 1.44 2007/12/11 20:14:45 deraadt Exp $ */
/* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */
/*
@@ -92,7 +92,7 @@ void net80211_ifstats(char *);
void tcp_dump(u_long);
-void mbpr(u_long, u_long, u_long);
+void mbpr(void);
void hostpr(u_long, u_long);
void impstats(u_long, u_long);