summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-06-23 08:31:57 +1000
committerDamien Miller <djm@mindrot.org>2011-06-23 08:31:57 +1000
commit6d7b4377dd740a215ded149b5ffbc871ba7891f8 (patch)
treedbde34093e0e630dbaf229294855b2bee108b039 /channels.h
parent69ff1df952eebf0489b775a60ede094eaf596a05 (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.h4
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);
271int x11_create_display_inet(int, int, int, u_int *, int **); 271int x11_create_display_inet(int, int, int, u_int *, int **);
272void x11_input_open(int, u_int32_t, void *); 272void x11_input_open(int, u_int32_t, void *);
273void x11_request_forwarding_with_spoofing(int, const char *, const char *, 273void x11_request_forwarding_with_spoofing(int, const char *, const char *,
274 const char *); 274 const char *, int);
275void deny_input_open(int, u_int32_t, void *); 275void deny_input_open(int, u_int32_t, void *);
276 276
277/* agent forwarding */ 277/* agent forwarding */