[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.4 and 1.5

version 1.4, 1996/08/16 09:29:34 version 1.5, 1997/02/21 09:09:53
Line 69 
Line 69 
 void    ip_stats __P((u_long, char *));  void    ip_stats __P((u_long, char *));
 void    icmp_stats __P((u_long, char *));  void    icmp_stats __P((u_long, char *));
 void    igmp_stats __P((u_long, char *));  void    igmp_stats __P((u_long, char *));
   void    ah_stats __P((u_long, char *));
   void    esp_stats __P((u_long, char *));
   void    ip4_stats __P((u_long, char *));
 void    protopr __P((u_long, char *));  void    protopr __P((u_long, char *));
   
 void    mbpr(u_long);  void    mbpr(u_long);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5