[BACK]Return to auth.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth.h between version 1.18 and 1.19

version 1.18, 2001/06/23 00:20:58 version 1.19, 2001/06/25 17:54:49
Line 165 
Line 165 
   
 /* check a file and the path to it */  /* check a file and the path to it */
 int  int
 secure_filename(FILE *f, const char *file, uid_t u, char *err, size_t errlen);  secure_filename(FILE *f, const char *file, struct passwd *pw,
       char *err, size_t errlen);
   
 /* helper for hostbased auth */  /* helper for hostbased auth */
 HostStatus  HostStatus

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