X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/4c7f0d617cfbb8927870ff8f6a1701372788b693..f9e162aa7d74067d3eccca409dec510edf397364:/sftp.h diff --git a/sftp.h b/sftp.h index f62f2a12..bee6bbeb 100644 --- a/sftp.h +++ b/sftp.h @@ -67,6 +67,7 @@ struct fxp_attrs { struct fxp_handle { char *hstring; + int hlen; }; struct fxp_name { @@ -91,7 +92,7 @@ int fxp_init(void); * Canonify a pathname. Concatenate the two given path elements * with a separating slash, unless the second is NULL. */ -char *fxp_realpath(char *path, char *path2); +char *fxp_realpath(char *path); /* * Open a file.