From 1dc366109db300ab0e4a3e5830b460a9b9f36c34 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 27 Oct 2010 11:45:07 +0200 Subject: [PATCH] Update header to match new function prototype, see c48840ba88. --- src/channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channel.h b/src/channel.h index 1623080..0f723b5 100644 --- a/src/channel.h +++ b/src/channel.h @@ -92,7 +92,7 @@ _libssh2_channel_open(LIBSSH2_SESSION * session, const char *channel_type, uint32_t channel_type_len, uint32_t window_size, uint32_t packet_size, - const unsigned char *message, unsigned int message_len); + const unsigned char *message, size_t message_len); /*