1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Move x11fwd and portfwd prototypes from ssh.c into ssh.h so they can be seen

by (and checked against) the definitions.

[originally from svn r2474]
This commit is contained in:
Ben Harris
2003-01-05 22:53:23 +00:00
parent 1e9b54cb1f
commit 3f055f22d8
4 changed files with 19 additions and 21 deletions

View File

@ -69,8 +69,6 @@ struct X11Private {
Socket s;
};
void x11_close(Socket s);
void *x11_invent_auth(char *proto, int protomaxlen,
char *data, int datamaxlen)
{