=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.57 retrieving revision 1.58 diff -c -r1.57 -r1.58 *** src/usr.bin/netstat/netstat.h 2010/10/11 12:33:36 1.57 --- src/usr.bin/netstat/netstat.h 2010/10/30 23:06:05 1.58 *************** *** 1,4 **** ! /* $OpenBSD: netstat.h,v 1.57 2010/10/11 12:33:36 claudio Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: netstat.h,v 1.58 2010/10/30 23:06:05 bluhm Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* *************** *** 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 *); --- 69,75 ---- char *plural(u_int64_t); char *plurales(u_int64_t); ! void protopr(u_long, char *, int, u_long); void tcp_stats(char *); void udp_stats(char *); void ip_stats(char *); *************** *** 88,94 **** void net80211_ifstats(char *); ! void tcp_dump(u_long); void mbpr(void); --- 88,95 ---- void net80211_ifstats(char *); ! void socket_dump(u_long); ! void unpcb_dump(u_long); void mbpr(void); *************** *** 130,140 **** void intpr(int, int); ! void unixpr(u_long); 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); --- 131,141 ---- void intpr(int, int); ! void unixpr(u_long, u_long); void mroutepr(u_long, u_long, u_long); void mrt_stats(void); ! void atalkprotopr(u_long, char *, int, u_long); void ddp_stats(char *); char *atalk_print(const struct sockaddr *, int);