]> andersk Git - openssh.git/blobdiff - channels.h
- deraadt@cvs.openbsd.org 2002/06/23 21:06:41
[openssh.git] / channels.h
index 9ceff3e7319904143c595f15ef0eaef6531716cd..64f6c41fa69425c36b7bec12623a82883db6e5f3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: channels.h,v 1.68 2002/06/10 22:28:41 markus Exp $    */
+/*     $OpenBSD: channels.h,v 1.69 2002/06/23 21:06:41 deraadt Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -205,7 +205,7 @@ int  channel_setup_remote_fwd_listener(const char *, u_short, int);
 /* x11 forwarding */
 
 int     x11_connect_display(void);
-int     x11_create_display_inet(int, int, int);
+int     x11_create_display_inet(int, int, int, u_int *);
 void     x11_input_open(int, u_int32_t, void *);
 void    x11_request_forwarding_with_spoofing(int, const char *, const char *);
 void    deny_input_open(int, u_int32_t, void *);
This page took 1.520142 seconds and 4 git commands to generate.