[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.29 and 1.30

version 1.29, 2005/01/14 15:00:44 version 1.30, 2005/02/10 05:28:58
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.29  
changed lines
  Added in v.1.30