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

Diff for /src/usr.bin/ssh/auth-options.h between version 1.8 and 1.8.2.1

version 1.8, 2001/01/21 19:05:42 version 1.8.2.1, 2001/09/27 19:03:54
Line 30 
Line 30 
 extern char *forced_command;  extern char *forced_command;
 extern struct envstring *custom_environment;  extern struct envstring *custom_environment;
   
 /*  int     auth_parse_options(struct passwd *, char *, char *, u_long);
  * return 1 if access is granted, 0 if not.  
  * side effect: sets key option flags  
  */  
 int  
 auth_parse_options(struct passwd *pw, char *options, char *file,  
     u_long linenum);  
   
 /* reset options flags */  
 void    auth_clear_options(void);  void    auth_clear_options(void);
   
 #endif  #endif

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.2.1