]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - ssh.h
Fix cut-and-paste errors in nonfatal() implementations.
[PuTTY_svn.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 031fd974091fd1f4a67d07b550d10c34e1688bdd..5ddfcf3446007ac260084e77dbf9808524c58a31 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -11,7 +11,7 @@ struct ssh_channel;
 
 extern int sshfwd_write(struct ssh_channel *c, char *, int);
 extern void sshfwd_write_eof(struct ssh_channel *c);
-extern void sshfwd_unclean_close(struct ssh_channel *c);
+extern void sshfwd_unclean_close(struct ssh_channel *c, const char *err);
 extern void sshfwd_unthrottle(struct ssh_channel *c, int bufsize);
 
 /*