1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Oops - get the forward declaration right in that hack

[originally from svn r1566]
This commit is contained in:
Simon Tatham 2002-02-27 22:30:57 +00:00
parent 98dd3cb9f2
commit 6e1ac92194

View File

@ -25,7 +25,7 @@
*/
static int psftp_connect(char *userhost, char *user, int portnumber);
static void do_sftp_init(void);
static int do_sftp_init(void);
/* ----------------------------------------------------------------------
* sftp client state.