From 6e1ac921944fc1210bfdc93e4360201d23a9de7d Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 27 Feb 2002 22:30:57 +0000 Subject: [PATCH] Oops - get the forward declaration right in that hack [originally from svn r1566] --- 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.45.2