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:
parent
98dd3cb9f2
commit
6e1ac92194
2
psftp.c
2
psftp.c
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user