]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Oops - get the forward declaration right in that hack
authorSimon Tatham <anakin@pobox.com>
Wed, 27 Feb 2002 22:30:57 +0000 (22:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 27 Feb 2002 22:30:57 +0000 (22:30 +0000)
[originally from svn r1566]

psftp.c

diff --git a/psftp.c b/psftp.c
index 2815d35c90a4045a8270b7a86be2d357aff7254d..ead8614047b8562713c6d875cc2d83c281e949f6 100644 (file)
--- 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.