=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.55 retrieving revision 1.56 diff -c -r1.55 -r1.56 *** src/usr.bin/netstat/netstat.h 2010/05/23 10:12:42 1.55 --- src/usr.bin/netstat/netstat.h 2010/06/29 03:09:29 1.56 *************** *** 1,4 **** ! /* $OpenBSD: netstat.h,v 1.55 2010/05/23 10:12:42 chl Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: netstat.h,v 1.56 2010/06/29 03:09:29 blambert Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* *************** *** 69,76 **** char *plural(u_int64_t); char *plurales(u_int64_t); ! void protopr(u_long, char *); ! void ip6protopr(u_long, char *); void tcp_stats(char *); void udp_stats(char *); void ip_stats(char *); --- 69,75 ---- char *plural(u_int64_t); char *plurales(u_int64_t); ! void protopr(u_long, char *, int); void tcp_stats(char *); void udp_stats(char *); void ip_stats(char *); *************** *** 87,94 **** void etherip_stats(char *); void ipcomp_stats(char *); - void protopr(u_long, char *); - void net80211_ifstats(char *); void tcp_dump(u_long); --- 86,91 ---- *************** *** 105,111 **** struct in6_addr; struct sockaddr_in6; - void ip6protopr(u_long, char *); void ip6_stats(char *); void ip6_ifstats(char *); void icmp6_stats(char *); --- 102,107 ---- *************** *** 139,144 **** void mroutepr(u_long, u_long, u_long); void mrt_stats(void); ! void atalkprotopr(u_long, char *); void ddp_stats(char *); char *atalk_print(const struct sockaddr *, int); --- 135,140 ---- void mroutepr(u_long, u_long, u_long); void mrt_stats(void); ! void atalkprotopr(u_long, char *, int); void ddp_stats(char *); char *atalk_print(const struct sockaddr *, int);