summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authormouring <mouring>2001-09-20 00:57:55 +0000
committermouring <mouring>2001-09-20 00:57:55 +0000
commit74ba2043294a2ec7b4244322344023c21606abb1 (patch)
tree88b65744c2c5f835665f2ce1d37205706afa5abc /readconf.h
parent49a36bfd3fc665516295ee0e5787f1b7d83eaecc (diff)
downloadopenssh-74ba2043294a2ec7b4244322344023c21606abb1.tar.gz
- stevesk@cvs.openbsd.org 2001/09/19 19:24:19
[readconf.c readconf.h scp.c sftp.c ssh.1] add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index faeef1db..bde9eaa1 100644
--- a/readconf.h
+++ b/readconf.h
@@ -11,7 +11,7 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/* RCSID("$OpenBSD: readconf.h,v 1.38 2001/09/03 20:58:33 stevesk Exp $"); */
+/* RCSID("$OpenBSD: readconf.h,v 1.39 2001/09/19 19:24:18 stevesk Exp $"); */
#ifndef READCONF_H
#define READCONF_H
@@ -100,6 +100,7 @@ typedef struct {
/* Remote TCP/IP forward requests. */
int num_remote_forwards;
Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION];
+ int clear_forwardings;
} Options;