From: Simon Tatham Date: Wed, 27 Feb 2002 22:30:57 +0000 (+0000) Subject: Oops - get the forward declaration right in that hack X-Git-Tag: 0.53~132 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=6e1ac921944fc1210bfdc93e4360201d23a9de7d;p=PuTTY.git Oops - get the forward declaration right in that hack [originally from svn r1566] --- 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.