]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sftp.h
We may as well update the website icon to match the other new ones.
[PuTTY.git] / sftp.h
diff --git a/sftp.h b/sftp.h
index 54d91af2394e7d9de4b30a28efb559413f31928f..031aea273b23f289b399f23ff4872355ff9f6b9d 100644 (file)
--- a/sftp.h
+++ b/sftp.h
 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;