summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-05-24 10:18:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-05-24 10:18:05 +1000
commite7066dfde3d4ac36038050b6027a742356f7b1f1 (patch)
treed9e6913dd07931f85936058614bb156e86ca6f7b /channels.h
parente4ab1157db90ff9602940669ccfda679aa4094a0 (diff)
- djm@cvs.openbsd.org 2004/05/21 11:33:11
[channels.c channels.h clientloop.c serverloop.c ssh.1] bz #756: add support for the cancel-tcpip-forward request for the server and the client (through the ~C commandline). reported by z3p AT twistedmatrix.com; ok markus@
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/channels.h b/channels.h
index 7d981479b..0a49c55ea 100644
--- a/channels.h
+++ b/channels.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: channels.h,v 1.71 2003/09/23 20:41:11 markus Exp $ */ 1/* $OpenBSD: channels.h,v 1.72 2004/05/21 11:33:11 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -200,8 +200,10 @@ void channel_input_port_forward_request(int, int);
200int channel_connect_to(const char *, u_short); 200int channel_connect_to(const char *, u_short);
201int channel_connect_by_listen_address(u_short); 201int channel_connect_by_listen_address(u_short);
202void channel_request_remote_forwarding(u_short, const char *, u_short); 202void channel_request_remote_forwarding(u_short, const char *, u_short);
203void channel_request_rforward_cancel(u_short port);
203int channel_setup_local_fwd_listener(u_short, const char *, u_short, int); 204int channel_setup_local_fwd_listener(u_short, const char *, u_short, int);
204int channel_setup_remote_fwd_listener(const char *, u_short, int); 205int channel_setup_remote_fwd_listener(const char *, u_short, int);
206int channel_cancel_rport_listener(const char *, u_short);
205 207
206/* x11 forwarding */ 208/* x11 forwarding */
207 209