PSCP now uses the modern SFTP protocol if it can, and falls back to
[u/mdw/putty] / sftp.h
diff --git a/sftp.h b/sftp.h
index e4aa292..b48ee64 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.