1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-26 01:32:25 +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 int psftp_connect(char *userhost, char *user, int portnumber);
static void do_sftp_init(void); static int do_sftp_init(void);
/* ---------------------------------------------------------------------- /* ----------------------------------------------------------------------
* sftp client state. * sftp client state.