summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/session.h b/session.h
index 7e51b6ae1..a6b69837b 100644
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: session.h,v 1.30 2008/05/08 12:21:16 djm Exp $ */ 1/* $OpenBSD: session.h,v 1.31 2013/10/14 21:20:52 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -57,6 +57,7 @@ struct Session {
57 int chanid; 57 int chanid;
58 int *x11_chanids; 58 int *x11_chanids;
59 int is_subsystem; 59 int is_subsystem;
60 char *subsys;
60 u_int num_env; 61 u_int num_env;
61 struct { 62 struct {
62 char *name; 63 char *name;