summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-05-12 08:53:37 +0000
committerColin Watson <cjwatson@debian.org>2006-05-12 08:53:37 +0000
commit2ee73b36b9a35daeaa4b065046882dc1f5f551b6 (patch)
treef64a4ace625514e94759878c0b94ab0a79805bbd /readconf.h
parent3c190ec8e469477ea65fbf4cc83062c65c281434 (diff)
parent3e2e0ac10674d77618c4c7339e18b83ced247492 (diff)
Merge 4.3p2 to the trunk.
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index a68734437..630895ee4 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