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

Diff for /src/usr.bin/rup/rup.c between version 1.14 and 1.15

version 1.14, 2001/10/02 18:06:47 version 1.15, 2002/02/16 21:27:52
Line 62 
Line 62 
         struct in_addr addr;          struct in_addr addr;
 } *hosts;  } *hosts;
   
 void usage __P((void));  void usage(void);
 int print_rup_data __P((char *, statstime *host_stat));  int print_rup_data(char *, statstime *host_stat);
   
 int  int
 search_host(addr)  search_host(addr)

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