X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/4eeae4a39bc9faf539b8f819c12b1d1b9f22fc86..fd5e5847eb0f834ce8124f0574bd3cfaf878db53:/sftp.h diff --git a/sftp.h b/sftp.h index e4aa2925..b48ee64f 100644 --- 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.