[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.19 and 1.20

version 1.19, 2010/11/29 23:45:51 version 1.20, 2013/07/12 00:19:58
Line 40 
Line 40 
 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      hostfile_read_key(char **, u_int *, Key *);  int      hostfile_read_key(char **, int *, Key *);
 int      add_host_to_hostfile(const char *, const char *, const Key *, int);  int      add_host_to_hostfile(const char *, const char *, const Key *, int);
   
 #define HASH_MAGIC      "|1|"  #define HASH_MAGIC      "|1|"

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20