]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sftp.h
Fix error handling in sftp (the sftp_recv return value was being
[PuTTY.git] / sftp.h
diff --git a/sftp.h b/sftp.h
index e4aa292598e5c06658b2e680677ca5b8371b96ca..b48ee64f0571383b02ca960164c5938716c0dc01 100644 (file)
--- a/sftp.h
+++ b/sftp.h
@@ -151,6 +151,7 @@ int fxp_fstat(struct fxp_handle *handle, struct fxp_attrs *attrs);
  * Set file attributes.
  */
 int fxp_setstat(char *fname, struct fxp_attrs attrs);
+int fxp_fsetstat(struct fxp_handle *handle, struct fxp_attrs attrs);
 
 /*
  * Read from a file.