[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.26 and 1.27

version 1.26, 2020/06/26 05:02:03 version 1.27, 2020/10/04 09:45:01
Line 37 
Line 37 
   
 HostStatus check_key_in_hostkeys(struct hostkeys *, struct sshkey *,  HostStatus check_key_in_hostkeys(struct hostkeys *, struct sshkey *,
     const struct hostkey_entry **);      const struct hostkey_entry **);
 int      lookup_key_in_hostkeys_by_type(struct hostkeys *, int,  int      lookup_key_in_hostkeys_by_type(struct hostkeys *, int, int,
     const struct hostkey_entry **);      const struct hostkey_entry **);
 int      lookup_marker_in_hostkeys(struct hostkeys *, int);  int      lookup_marker_in_hostkeys(struct hostkeys *, int);
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27