=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.h,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- src/usr.bin/ssh/channels.h 2015/05/08 06:45:13 1.117 +++ src/usr.bin/ssh/channels.h 2015/07/01 02:26:31 1.118 @@ -1,4 +1,4 @@ -/* $OpenBSD: channels.h,v 1.117 2015/05/08 06:45:13 djm Exp $ */ +/* $OpenBSD: channels.h,v 1.118 2015/07/01 02:26:31 djm Exp $ */ /* * Author: Tatu Ylonen @@ -281,6 +281,7 @@ /* x11 forwarding */ +void channel_set_x11_refuse_time(u_int); int x11_connect_display(void); int x11_create_display_inet(int, int, int, u_int *, int **); int x11_input_open(int, u_int32_t, void *);