diff options
author | Colin Watson <cjwatson@debian.org> | 2006-05-12 08:53:37 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-05-12 08:53:37 +0000 |
commit | 2ee73b36b9a35daeaa4b065046882dc1f5f551b6 (patch) | |
tree | f64a4ace625514e94759878c0b94ab0a79805bbd /auth-options.h | |
parent | 3c190ec8e469477ea65fbf4cc83062c65c281434 (diff) | |
parent | 3e2e0ac10674d77618c4c7339e18b83ced247492 (diff) |
Merge 4.3p2 to the trunk.
Diffstat (limited to 'auth-options.h')
-rw-r--r-- | auth-options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth-options.h b/auth-options.h index 15fb21255..3cd02a71f 100644 --- a/auth-options.h +++ b/auth-options.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-options.h,v 1.12 2002/07/21 18:34:43 stevesk Exp $ */ | 1 | /* $OpenBSD: auth-options.h,v 1.13 2005/12/06 22:38:27 reyk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -28,6 +28,7 @@ extern int no_x11_forwarding_flag; | |||
28 | extern int no_pty_flag; | 28 | extern int no_pty_flag; |
29 | extern char *forced_command; | 29 | extern char *forced_command; |
30 | extern struct envstring *custom_environment; | 30 | extern struct envstring *custom_environment; |
31 | extern int forced_tun_device; | ||
31 | 32 | ||
32 | int auth_parse_options(struct passwd *, char *, char *, u_long); | 33 | int auth_parse_options(struct passwd *, char *, char *, u_long); |
33 | void auth_clear_options(void); | 34 | void auth_clear_options(void); |