diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2016-10-18 17:32:54 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-10-19 07:16:01 +1100 |
commit | 246aa842a4ad368d8ce030495e657ef3a0e1f95c (patch) | |
tree | c6c82ee881b08ce78672f2e8bda687f24a3fef4a /channels.h | |
parent | 2c6697c443d2c9c908260eed73eb9143223e3ec9 (diff) |
upstream commit
Remove channel_input_port_forward_request(); the only caller
was the recently-removed SSH1 server code so it's now dead code. ok markus@
Upstream-ID: 05453983230a1f439562535fec2818f63f297af9
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/channels.h b/channels.h index 95363e98a..09c3c3655 100644 --- a/channels.h +++ b/channels.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: channels.h,v 1.119 2016/09/30 09:19:13 markus Exp $ */ | 1 | /* $OpenBSD: channels.h,v 1.120 2016/10/18 17:32:54 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -275,7 +275,6 @@ void channel_update_permitted_opens(int, int); | |||
275 | void channel_clear_permitted_opens(void); | 275 | void channel_clear_permitted_opens(void); |
276 | void channel_clear_adm_permitted_opens(void); | 276 | void channel_clear_adm_permitted_opens(void); |
277 | void channel_print_adm_permitted_opens(void); | 277 | void channel_print_adm_permitted_opens(void); |
278 | int channel_input_port_forward_request(int, struct ForwardOptions *); | ||
279 | Channel *channel_connect_to_port(const char *, u_short, char *, char *); | 278 | Channel *channel_connect_to_port(const char *, u_short, char *, char *); |
280 | Channel *channel_connect_to_path(const char *, char *, char *); | 279 | Channel *channel_connect_to_path(const char *, char *, char *); |
281 | Channel *channel_connect_stdio_fwd(const char*, u_short, int, int); | 280 | Channel *channel_connect_stdio_fwd(const char*, u_short, int, int); |