Archive Index
This month's Index
|
Subject: [libssh2] libssh2_sftp_read() and libssh2_sftp_write() return type?
[libssh2] libssh2_sftp_read() and libssh2_sftp_write() return type?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 19 Nov 2006 23:25:18 +0100 (CET)
Hi
The functions libssh2_sftp_read() and libssh2_sftp_write() are declared to
First, I don't like that the code then proceeds and return -1 when size_t is
I would much rather see them resember read() and write() more closely (as
Would anyone object if I modified this?
Should we somehow write down API/ABI changes somewhere for the upcoming
Should we perhaps start noting our changes in a ChangeLog somewhere (I mean
-------------------------------------------------------------------------
|