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

Diff for /src/usr.bin/netstat/inet.c between version 1.55 and 1.56

version 1.55, 2002/01/17 21:34:58 version 1.56, 2002/02/16 21:27:50
Line 92 
Line 92 
 struct  tcpcb tcpcb;  struct  tcpcb tcpcb;
 struct  socket sockb;  struct  socket sockb;
   
 static void protopr0 __P((u_long, char *, int));  static void protopr0(u_long, char *, int);
   
 char    *inetname __P((struct in_addr *));  char    *inetname(struct in_addr *);
 void    inetprint __P((struct in_addr *, int, char *, int));  void    inetprint(struct in_addr *, int, char *, int);
 #ifdef INET6  #ifdef INET6
 char    *inet6name __P((struct in6_addr *));  char    *inet6name(struct in6_addr *);
 void    inet6print __P((struct in6_addr *, int, char *, int));  void    inet6print(struct in6_addr *, int, char *, int);
 #endif  #endif
   
 /*  /*

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56