]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sftp.h
SetCurrentProcessExplicitAppUserModelID to fix jumplist/removable media bug
[PuTTY.git] / sftp.h
diff --git a/sftp.h b/sftp.h
index c61340c1582273b9e8e723b60f56b2eeeb548e44..309845b0847325ec9e8a0ce6b92a97f0069e428a 100644 (file)
--- a/sftp.h
+++ b/sftp.h
  * until len is available, or it returns failure.
  * 
  * Both functions return 1 on success, 0 on failure.
+ *
+ * sftp_sendbuffer returns the size of the backlog of data in the
+ * transmit queue.
  */
 int sftp_senddata(char *data, int len);
+int sftp_sendbuffer(void);
 int sftp_recvdata(char *data, int len);
 
 /*