[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.5.2.4 and 1.5.2.5

version 1.5.2.4, 2001/05/07 21:09:25 version 1.5.2.5, 2001/09/27 00:15:41
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.5.2.4  
changed lines
  Added in v.1.5.2.5