1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-10-31 23:30:25 +03:00

removed the libssh2pack_t type

and a minor _libssh2_transport_read() simplification
This commit is contained in:
Daniel Stenberg
2009-08-24 23:50:53 +02:00
parent 9e96acf86e
commit f1e010f5d4
3 changed files with 6 additions and 12 deletions

View File

@@ -194,8 +194,6 @@ typedef struct _LIBSSH2_COMP_METHOD LIBSSH2_COMP_METHOD;
typedef struct _LIBSSH2_PACKET LIBSSH2_PACKET;
typedef int libssh2pack_t;
typedef enum
{
libssh2_NB_state_idle = 0,