]> andersk Git - openssh.git/blobdiff - readconf.h
- stevesk@cvs.openbsd.org 2001/09/19 19:24:19
[openssh.git] / readconf.h
index faeef1dbfba31a37dc26eea8e1d4ea71878285a1..bde9eaa1cfbb139d64a2c2bc589e127f6f90f204 100644 (file)
@@ -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;
 
 
This page took 0.308591 seconds and 4 git commands to generate.