X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sftp.h;h=b48ee64f0571383b02ca960164c5938716c0dc01;hb=9600d8815a2d0e4fea5420bf2388ce8b092eba9b;hp=e4aa292598e5c06658b2e680677ca5b8371b96ca;hpb=9c5951ed35cf9019bf17685b4356212eae1a63b3;p=PuTTY.git 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.