diff options
author | Damien Miller <djm@mindrot.org> | 2011-06-23 08:31:57 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-06-23 08:31:57 +1000 |
commit | 6d7b4377dd740a215ded149b5ffbc871ba7891f8 (patch) | |
tree | dbde34093e0e630dbaf229294855b2bee108b039 /channels.h | |
parent | 69ff1df952eebf0489b775a60ede094eaf596a05 (diff) |
- djm@cvs.openbsd.org 2011/06/22 22:08:42
[channels.c channels.h clientloop.c clientloop.h mux.c ssh.c]
hook up a channel confirm callback to warn the user then requested X11
forwarding was refused by the server; ok markus@
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.h b/channels.h index 0680ed00e..e2941c85a 100644 --- a/channels.h +++ b/channels.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: channels.h,v 1.104 2010/05/14 23:29:23 djm Exp $ */ | 1 | /* $OpenBSD: channels.h,v 1.105 2011/06/22 22:08:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -271,7 +271,7 @@ int x11_connect_display(void); | |||
271 | int x11_create_display_inet(int, int, int, u_int *, int **); | 271 | int x11_create_display_inet(int, int, int, u_int *, int **); |
272 | void x11_input_open(int, u_int32_t, void *); | 272 | void x11_input_open(int, u_int32_t, void *); |
273 | void x11_request_forwarding_with_spoofing(int, const char *, const char *, | 273 | void x11_request_forwarding_with_spoofing(int, const char *, const char *, |
274 | const char *); | 274 | const char *, int); |
275 | void deny_input_open(int, u_int32_t, void *); | 275 | void deny_input_open(int, u_int32_t, void *); |
276 | 276 | ||
277 | /* agent forwarding */ | 277 | /* agent forwarding */ |