[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.9

version 1.8, 2001/01/21 19:05:42 version 1.9, 2001/06/26 06:32:47
Line 35 
Line 35 
  * side effect: sets key option flags   * side effect: sets key option flags
  */   */
 int  int
 auth_parse_options(struct passwd *pw, char *options, char *file,  auth_parse_options(struct passwd *, char *, char *, u_long);
     u_long linenum);  
   
 /* reset options flags */  /* reset options flags */
 void    auth_clear_options(void);  void    auth_clear_options(void);

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