[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.30 and 1.31

version 1.30, 2005/02/10 05:28:58 version 1.31, 2005/02/10 14:25:08
Line 73 
Line 73 
 #endif  #endif
 void    tcp_stats(u_long, char *);  void    tcp_stats(u_long, char *);
 void    udp_stats(u_long, char *);  void    udp_stats(u_long, char *);
 #ifdef DCCP  
 void    dccp_stats(u_long, char *);  
 #endif  
 void    ip_stats(u_long, char *);  void    ip_stats(u_long, char *);
 void    icmp_stats(u_long, char *);  void    icmp_stats(u_long, char *);
 void    igmp_stats(u_long, char *);  void    igmp_stats(u_long, char *);

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31