[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.14 and 1.15

version 1.14, 2003/11/10 16:23:41 version 1.15, 2005/03/01 10:40:26
Line 21 
Line 21 
 int      hostfile_read_key(char **, u_int *, Key *);  int      hostfile_read_key(char **, u_int *, Key *);
 HostStatus check_host_in_hostfile(const char *, const char *,  HostStatus check_host_in_hostfile(const char *, const char *,
             const Key *, Key *, int *);              const Key *, Key *, int *);
 int     add_host_to_hostfile(const char *, const char *, const Key *);  int     add_host_to_hostfile(const char *, const char *, const Key *, int);
 int     lookup_key_in_hostfile_by_type(const char *, const char *,  int     lookup_key_in_hostfile_by_type(const char *, const char *,
             int, Key *, int *);              int, Key *, int *);
   
   #define HASH_MAGIC      "|1|"
   #define HASH_DELIM      '|'
   
   char    *host_hash(const char *, const char *, u_int);
   
 #endif  #endif

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