diff options
Diffstat (limited to 'crypto/openssh/auth-options.h')
-rw-r--r-- | crypto/openssh/auth-options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/auth-options.h b/crypto/openssh/auth-options.h index 853f8b5..14488f7 100644 --- a/crypto/openssh/auth-options.h +++ b/crypto/openssh/auth-options.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-options.h,v 1.16 2006/08/03 03:34:41 deraadt Exp $ */ +/* $OpenBSD: auth-options.h,v 1.17 2008/03/26 21:28:14 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -26,6 +26,7 @@ extern int no_port_forwarding_flag; extern int no_agent_forwarding_flag; extern int no_x11_forwarding_flag; extern int no_pty_flag; +extern int no_user_rc; extern char *forced_command; extern struct envstring *custom_environment; extern int forced_tun_device; |