if the function declaration gets changed the header should be changed too.
This commit is contained in:
parent
8ff3f62786
commit
0b593c8a9d
@ -89,8 +89,9 @@ _libssh2_channel_write(LIBSSH2_CHANNEL *channel, int stream_id,
|
|||||||
*/
|
*/
|
||||||
LIBSSH2_CHANNEL *
|
LIBSSH2_CHANNEL *
|
||||||
_libssh2_channel_open(LIBSSH2_SESSION * session, const char *channel_type,
|
_libssh2_channel_open(LIBSSH2_SESSION * session, const char *channel_type,
|
||||||
unsigned int channel_type_len,
|
uint32_t channel_type_len,
|
||||||
unsigned int window_size, unsigned int packet_size,
|
uint32_t window_size,
|
||||||
|
uint32_t packet_size,
|
||||||
const char *message, unsigned int message_len);
|
const char *message, unsigned int message_len);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user