]> andersk Git - openssh.git/blobdiff - channels.h
- djm@cvs.openbsd.org 2004/05/21 11:33:11
[openssh.git] / channels.h
index dd54114d6c013d0840c274fc09a5b0b761592c0d..0a49c55ea6b5f1f779b7c76007fd4e75faf00599 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: channels.h,v 1.70 2002/06/24 14:33:27 markus Exp $    */
+/*     $OpenBSD: channels.h,v 1.72 2004/05/21 11:33:11 djm Exp $       */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -77,6 +77,7 @@ struct Channel {
        int     efd;            /* extended fd */
        int     sock;           /* sock fd */
        int     isatty;         /* rfd is a tty */
+       int     wfd_isatty;     /* wfd is a tty */
        int     force_drain;    /* force close on iEOF */
        int     delayed;                /* fdset hack */
        Buffer  input;          /* data read from socket, to be sent over
@@ -199,8 +200,10 @@ void     channel_input_port_forward_request(int, int);
 int     channel_connect_to(const char *, u_short);
 int     channel_connect_by_listen_address(u_short);
 void    channel_request_remote_forwarding(u_short, const char *, u_short);
+void    channel_request_rforward_cancel(u_short port);
 int     channel_setup_local_fwd_listener(u_short, const char *, u_short, int);
 int     channel_setup_remote_fwd_listener(const char *, u_short, int);
+int     channel_cancel_rport_listener(const char *, u_short);
 
 /* x11 forwarding */
 
@@ -213,7 +216,6 @@ void         deny_input_open(int, u_int32_t, void *);
 /* agent forwarding */
 
 void    auth_request_forwarding(void);
-void    auth_input_open_request(int, u_int32_t, void *);
 
 /* channel close */
 
This page took 0.032621 seconds and 4 git commands to generate.