[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.12 and 1.12.14.2

version 1.12, 2002/07/21 18:34:43 version 1.12.14.2, 2006/10/06 03:19:32
Line 1 
Line 1 
 /*      $OpenBSD$       */  /* $OpenBSD$ */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
Line 28 
Line 28 
 extern int no_pty_flag;  extern int no_pty_flag;
 extern char *forced_command;  extern char *forced_command;
 extern struct envstring *custom_environment;  extern struct envstring *custom_environment;
   extern int forced_tun_device;
   
 int     auth_parse_options(struct passwd *, char *, char *, u_long);  int     auth_parse_options(struct passwd *, char *, char *, u_long);
 void    auth_clear_options(void);  void    auth_clear_options(void);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.12.14.2