diff options
Diffstat (limited to 'usr/src/cmd/ssh/include/session.h')
| -rw-r--r-- | usr/src/cmd/ssh/include/session.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/ssh/include/session.h b/usr/src/cmd/ssh/include/session.h index c1b5ca8ed5..0d81189842 100644 --- a/usr/src/cmd/ssh/include/session.h +++ b/usr/src/cmd/ssh/include/session.h @@ -22,15 +22,13 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _SESSION_H #define _SESSION_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -83,6 +81,8 @@ void session_close(Session *); void do_setusercontext(struct passwd *); void child_set_env(char ***envp, u_int *envsizep, const char *name, const char *value); +void child_set_env_silent(char ***envp, u_int *envsizep, const char *name, + const char *value); #ifdef __cplusplus |
