=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-options.h,v retrieving revision 1.12 retrieving revision 1.12.12.1 diff -u -r1.12 -r1.12.12.1 --- src/usr.bin/ssh/auth-options.h 2002/07/21 18:34:43 1.12 +++ src/usr.bin/ssh/auth-options.h 2006/02/03 02:53:44 1.12.12.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-options.h,v 1.12 2002/07/21 18:34:43 stevesk Exp $ */ +/* $OpenBSD: auth-options.h,v 1.12.12.1 2006/02/03 02:53:44 brad Exp $ */ /* * Author: Tatu Ylonen @@ -28,6 +28,7 @@ extern int no_pty_flag; extern char *forced_command; extern struct envstring *custom_environment; +extern int forced_tun_device; int auth_parse_options(struct passwd *, char *, char *, u_long); void auth_clear_options(void);