=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/netstat/netstat.h 2000/01/21 03:24:06 1.14 --- src/usr.bin/netstat/netstat.h 2000/06/30 20:04:01 1.15 *************** *** 1,4 **** ! /* $OpenBSD: netstat.h,v 1.14 2000/01/21 03:24:06 angelos Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: netstat.h,v 1.15 2000/06/30 20:04:01 itojun Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* *************** *** 69,74 **** --- 69,77 ---- char *plurales __P((int)); void protopr __P((u_long, char *)); + #ifdef INET6 + void ip6protopr __P((u_long, char *)); + #endif void tcp_stats __P((u_long, char *)); void udp_stats __P((u_long, char *)); void ip_stats __P((u_long, char *));