change 'int' to 'libssh2_socket_t' in the public API for sockets

This commit is contained in:
Daniel Stenberg 2010-03-06 19:51:37 +01:00
parent 1f406feaa4
commit b3556c2e0c

4
TODO
View File

@ -44,4 +44,6 @@ At next SONAME bump
* Rename a few function:
libssh2_hostkey_hash => libssh2_session_hostkey_hash
libssh2_banner_set => libssh2_session_banner_set
libssh2_banner_set => libssh2_session_banner_set
* change 'int' to 'libssh2_socket_t' in the public API for sockets.