]> andersk Git - openssh.git/blobdiff - channels.h
- (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line
[openssh.git] / channels.h
index b89b7c95dc5b94116415fee7bfc3981b0209c7b0..1cb2c3a3424bfaa2c5cd0f45d89e0a05fdd2f39c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: channels.h,v 1.78 2005/07/08 09:41:33 markus Exp $    */
+/*     $OpenBSD: channels.h,v 1.79 2005/07/17 06:49:04 djm Exp $       */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -214,7 +214,7 @@ int  channel_cancel_rport_listener(const char *, u_short);
 /* x11 forwarding */
 
 int     x11_connect_display(void);
-int     x11_create_display_inet(int, int, int, u_int *);
+int     x11_create_display_inet(int, int, int, u_int *, int **);
 void     x11_input_open(int, u_int32_t, void *);
 void    x11_request_forwarding_with_spoofing(int, const char *, const char *,
            const char *);
This page took 0.283767 seconds and 4 git commands to generate.