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

Diff for /src/usr.bin/whois/whois.c between version 1.13 and 1.14

version 1.13, 2002/01/21 00:55:55 version 1.14, 2002/02/16 21:27:59
Line 75 
Line 75 
 #define WHOIS_INIC_FALLBACK     0x02  #define WHOIS_INIC_FALLBACK     0x02
 #define WHOIS_QUICK             0x04  #define WHOIS_QUICK             0x04
   
 static void usage       __P((void));  static void usage(void);
 static void whois       __P((char *, struct addrinfo *, int));  static void whois(char *, struct addrinfo *, int);
   
 int  int
 main(argc, argv)  main(argc, argv)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14