]> andersk Git - openssh.git/blobdiff - session.h
- (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line
[openssh.git] / session.h
index 92bd16573398428aac1ca48c2faca82de6844562..a2598a99c2ec1d28126e5589ecd08bd106d769d7 100644 (file)
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: session.h,v 1.24 2005/06/17 02:44:33 djm Exp $        */
+/*     $OpenBSD: session.h,v 1.25 2005/07/17 06:49:04 djm Exp $        */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -49,6 +49,7 @@ struct Session {
        int     single_connection;
        /* proto 2 */
        int     chanid;
+       int     *x11_chanids;
        int     is_subsystem;
        u_int   num_env;
        struct {
This page took 0.06433 seconds and 4 git commands to generate.