X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0f7432ccaf5a113b5387171797c21381f35603e5..7d2c1789c5a8ccf8a767fb11082bff34c1b7c5aa:/sftp.h diff --git a/sftp.h b/sftp.h index b48ee64f..8f671ad7 100644 --- a/sftp.h +++ b/sftp.h @@ -174,3 +174,9 @@ struct fxp_names *fxp_readdir(struct fxp_handle *handle); * Free up an fxp_names structure. */ void fxp_free_names(struct fxp_names *names); + +/* + * Duplicate and free fxp_name structures. + */ +struct fxp_name *fxp_dup_name(struct fxp_name *name); +void fxp_free_name(struct fxp_name *name);