diff options
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/channels.h b/channels.h index 3422d9644..6c6008f91 100644 --- a/channels.h +++ b/channels.h | |||
@@ -32,7 +32,7 @@ | |||
32 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 32 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
33 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 33 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
34 | */ | 34 | */ |
35 | /* RCSID("$OpenBSD: channels.h,v 1.59 2002/01/14 13:57:03 markus Exp $"); */ | 35 | /* RCSID("$OpenBSD: channels.h,v 1.60 2002/01/16 13:17:51 markus Exp $"); */ |
36 | 36 | ||
37 | #ifndef CHANNEL_H | 37 | #ifndef CHANNEL_H |
38 | #define CHANNEL_H | 38 | #define CHANNEL_H |
@@ -190,10 +190,8 @@ void channel_input_port_forward_request(int, int); | |||
190 | int channel_connect_to(const char *, u_short); | 190 | int channel_connect_to(const char *, u_short); |
191 | int channel_connect_by_listen_address(u_short); | 191 | int channel_connect_by_listen_address(u_short); |
192 | void channel_request_remote_forwarding(u_short, const char *, u_short); | 192 | void channel_request_remote_forwarding(u_short, const char *, u_short); |
193 | int channel_request_local_forwarding(u_short, const char *, u_short, int); | 193 | int channel_setup_local_fwd_listener(u_short, const char *, u_short, int); |
194 | int | 194 | int channel_setup_remote_fwd_listener(const char *, u_short, int); |
195 | channel_request_forwarding(const char *, u_short, const char *, u_short, int, | ||
196 | int); | ||
197 | 195 | ||
198 | /* x11 forwarding */ | 196 | /* x11 forwarding */ |
199 | 197 | ||