summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netstat.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2013-11-23 22:01:12 +0000
committerchristos <christos@NetBSD.org>2013-11-23 22:01:12 +0000
commit9bc854efcf47d9fafda8a5ae7e2ac6506dd49f74 (patch)
tree7dc242a584e8120f894979fa9ef96d6a202f13de /usr.bin/netstat/netstat.h
parente1d1928075d14670bd0450e946379542ccdc4ce9 (diff)
Update for new pcb tailq's.
While here fix ipv6 pcb printing by making tcp6_dump with tcp. XXX: Merge the inet and the inet6 code. It is silly to need to specify -p tcp6 to print a tcp6 pcb, we already know what it is.
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 8cc48b9c4ad..db67262b030 100644
--- a/usr.bin/netstat/netstat.h
+++ b/usr.bin/netstat/netstat.h
@@ -1,4 +1,4 @@
-/* $NetBSD: netstat.h,v 1.47 2013/06/19 21:12:03 christos Exp $ */
+/* $NetBSD: netstat.h,v 1.48 2013/11/23 22:01:12 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -92,7 +92,7 @@ struct sockaddr_in6;
struct in6_addr;
void ip6protopr __P((u_long, const char *));
void tcp6_stats __P((u_long, const char *));
-void tcp6_dump __P((u_long));
+void tcp6_dump __P((u_long, const char *, u_long));
void udp6_stats __P((u_long, const char *));
void ip6_stats __P((u_long, const char *));
void ip6_ifstats __P((const char *));