summaryrefslogtreecommitdiff
path: root/channels.h.rej
diff options
context:
space:
mode:
Diffstat (limited to 'channels.h.rej')
-rw-r--r--channels.h.rej16
1 files changed, 16 insertions, 0 deletions
diff --git a/channels.h.rej b/channels.h.rej
new file mode 100644
index 000000000..6e08ec640
--- /dev/null
+++ b/channels.h.rej
@@ -0,0 +1,16 @@
1--- channels.h
2+++ channels.h
3@@ -1,4 +1,4 @@
4-/* $OpenBSD: channels.h,v 1.119 2016/09/30 09:19:13 markus Exp $ */
5+/* $OpenBSD: channels.h,v 1.120 2016/10/18 17:32:54 dtucker Exp $ */
6
7 /*
8 * Author: Tatu Ylonen <ylo@cs.hut.fi>
9@@ -272,7 +272,6 @@ void channel_update_permitted_opens(int, int);
10 void channel_clear_permitted_opens(void);
11 void channel_clear_adm_permitted_opens(void);
12 void channel_print_adm_permitted_opens(void);
13-int channel_input_port_forward_request(int, struct ForwardOptions *);
14 Channel *channel_connect_to_port(const char *, u_short, char *, char *);
15 Channel *channel_connect_to_path(const char *, char *, char *);
16 Channel *channel_connect_stdio_fwd(const char*, u_short, int, int);