X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/df0870fc8ceb5a8fea66a4d0fe00e7db12317e33..44747c53040ece195f0fe816f19cf493ffd6f465:/sftp.h diff --git a/sftp.h b/sftp.h index 54d91af2..031aea27 100644 --- a/sftp.h +++ b/sftp.h @@ -67,6 +67,11 @@ int sftp_senddata(char *data, int len); int sftp_recvdata(char *data, int len); +/* + * Free sftp_requests + */ +void sftp_cleanup_request(void); + struct fxp_attrs { unsigned long flags; uint64 size;