X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sftp.h;h=8f671ad7eda37152c5a1fce6f431d49b9259ed51;hb=afbd7779e49eaf5f36a8cc94a6ccde1db6d0ba16;hp=b48ee64f0571383b02ca960164c5938716c0dc01;hpb=ff9a038cdda2703b96f4a79396efe5b7b8e0aec2;p=PuTTY.git 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);