[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.3 and 1.4

version 1.3, 2000/09/07 21:13:36 version 1.4, 2000/10/11 20:00:26
Line 22 
Line 22 
   
 /* return 1 if access is granted, 0 if not. side effect: sets key option flags */  /* return 1 if access is granted, 0 if not. side effect: sets key option flags */
 int     auth_parse_options(struct passwd *pw, char *options, unsigned long linenum);  int     auth_parse_options(struct passwd *pw, char *options, unsigned long linenum);
   /* reset options flags */
   void    auth_clear_options(void);
   
 #endif  #endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4