X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh.h;h=675a509ed97aff36f3a720d22aff2fc8cb9b33c3;hb=e5a3e28eec308e1682d22292ffe4bf6fba884f40;hp=f73a3738ca85d41a9cbc1dd903e1550089c34893;hpb=94e8f97d3f6e0701276cb4c17e7479c44d025766;p=PuTTY.git diff --git a/ssh.h b/ssh.h index f73a3738..675a509e 100644 --- a/ssh.h +++ b/ssh.h @@ -418,8 +418,7 @@ void x11_free_display(struct X11Display *disp); struct X11FakeAuth *x11_invent_fake_auth(tree234 *t, int authtype); void x11_free_fake_auth(struct X11FakeAuth *auth); struct X11Connection; /* opaque outside x11fwd.c */ -extern char *x11_init(struct X11Connection **, tree234 *authtree, - void *, const char *, int); +struct X11Connection *x11_init(tree234 *authtree, void *, const char *, int); extern void x11_close(struct X11Connection *); extern int x11_send(struct X11Connection *, char *, int); extern void x11_send_eof(struct X11Connection *s);