From: simon Date: Wed, 27 Feb 2002 22:30:57 +0000 (+0000) Subject: Oops - get the forward declaration right in that hack X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/075341841f5c613e191f20e6a57dbc6910f3f9c8 Oops - get the forward declaration right in that hack git-svn-id: svn://svn.tartarus.org/sgt/putty@1566 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/psftp.c b/psftp.c index 2815d35c..ead86140 100644 --- a/psftp.c +++ b/psftp.c @@ -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.