diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h index b403c10ec..bb70e9373 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.67 2005/06/08 11:25:09 djm Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.68 2005/12/06 22:38:27 reyk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -115,6 +115,14 @@ typedef struct { | |||
115 | int control_master; | 115 | int control_master; |
116 | 116 | ||
117 | int hash_known_hosts; | 117 | int hash_known_hosts; |
118 | |||
119 | int tun_open; /* tun(4) */ | ||
120 | int tun_local; /* force tun device (optional) */ | ||
121 | int tun_remote; /* force tun device (optional) */ | ||
122 | |||
123 | char *local_command; | ||
124 | int permit_local_command; | ||
125 | |||
118 | } Options; | 126 | } Options; |
119 | 127 | ||
120 | #define SSHCTL_MASTER_NO 0 | 128 | #define SSHCTL_MASTER_NO 0 |