[BACK]Return to hostfile.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/hostfile.h between version 1.1 and 1.2

version 1.1, 2000/03/23 22:15:33 version 1.2, 2000/04/14 10:30:31
Line 10 
Line 10 
 typedef enum {  typedef enum {
         HOST_OK, HOST_NEW, HOST_CHANGED          HOST_OK, HOST_NEW, HOST_CHANGED
 }       HostStatus;  }       HostStatus;
 HostStatus  HostStatus
 check_host_in_hostfile(const char *filename, const char *host, Key *key, Key *found);  check_host_in_hostfile(const char *filename, const char *host, Key *key, Key *found);
   
 /*  /*

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2