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 1fc653b1b..c3de71f3e 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> |
@@ -127,6 +127,8 @@ typedef struct { | |||
127 | int permit_local_command; | 127 | int permit_local_command; |
128 | int visual_host_key; | 128 | int visual_host_key; |
129 | 129 | ||
130 | int use_roaming; | ||
131 | |||
130 | } Options; | 132 | } Options; |
131 | 133 | ||
132 | #define SSHCTL_MASTER_NO 0 | 134 | #define SSHCTL_MASTER_NO 0 |