From 075341841f5c613e191f20e6a57dbc6910f3f9c8 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 27 Feb 2002 22:30:57 +0000 Subject: [PATCH] Oops - get the forward declaration right in that hack git-svn-id: svn://svn.tartarus.org/sgt/putty@1566 cda61777-01e9-0310-a592-d414129be87e --- psftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0