[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.13 and 1.13.4.1

version 1.13, 2002/11/21 23:03:51 version 1.13.4.1, 2004/02/28 03:51:33
Line 20 
Line 20 
   
 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 *,
             Key *, Key *, int *);              const Key *, Key *, int *);
 int     add_host_to_hostfile(const char *, const char *, Key *);  int     add_host_to_hostfile(const char *, const char *, const Key *);
 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 *);
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.4.1