diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h index c3b2f96ee..8ac426dbd 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.78 2009/02/12 03:00:56 djm Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.79 2009/06/27 09:35:06 andreas Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -128,6 +128,8 @@ typedef struct { | |||
128 | int permit_local_command; | 128 | int permit_local_command; |
129 | int visual_host_key; | 129 | int visual_host_key; |
130 | 130 | ||
131 | int use_roaming; | ||
132 | |||
131 | } Options; | 133 | } Options; |
132 | 134 | ||
133 | #define SSHCTL_MASTER_NO 0 | 135 | #define SSHCTL_MASTER_NO 0 |