]> andersk Git - openssh.git/blobdiff - session.h
- djm@cvs.openbsd.org 2004/04/27 09:46:37
[openssh.git] / session.h
index 405b8fe8a917dde46916db83580d0350a31381b7..e525066520d33099d1c9cb01689591fb2e3e08c9 100644 (file)
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: session.h,v 1.21 2003/09/23 20:17:11 markus Exp $     */
+/*     $OpenBSD: session.h,v 1.22 2004/04/27 09:46:37 djm Exp $        */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -53,6 +53,11 @@ struct Session {
        /* proto 2 */
        int     chanid;
        int     is_subsystem;
+       int     num_env;
+       struct {
+               char    *name;
+               char    *val;
+       }       *env;
 };
 
 void    do_authenticated(Authctxt *);
This page took 0.031338 seconds and 4 git commands to generate.