[BACK]Return to netstat.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/netstat.h between version 1.60 and 1.61

version 1.60, 2011/07/09 00:45:40 version 1.61, 2011/11/01 00:00:01
Line 70 
Line 70 
 char    *plural(u_int64_t);  char    *plural(u_int64_t);
 char    *plurales(u_int64_t);  char    *plurales(u_int64_t);
   
 void    protopr(u_long, char *, int, u_long);  void    protopr(u_long, char *, int, u_int, u_long);
 void    tcp_stats(char *);  void    tcp_stats(char *);
 void    udp_stats(char *);  void    udp_stats(char *);
 void    ip_stats(char *);  void    ip_stats(char *);

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61