[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.24 and 1.25

version 1.24, 2015/02/16 22:08:57 version 1.25, 2020/05/13 09:52:41
Line 39 
Line 39 
     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,
     const struct hostkey_entry **);      const struct hostkey_entry **);
   int      lookup_marker_in_hostkeys(struct hostkeys *, int);
   
 int      hostfile_read_key(char **, u_int *, struct sshkey *);  int      hostfile_read_key(char **, u_int *, struct sshkey *);
 int      add_host_to_hostfile(const char *, const char *,  int      add_host_to_hostfile(const char *, const char *,

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25