Mercurial > dropbear
diff channel.h @ 1097:93e29b0ef8dc
Turn start_send_channel_request()'s type argument into char *
author | Gaël PORTAY <gael.portay@gmail.com> |
---|---|
date | Sat, 02 May 2015 13:58:05 +0200 |
parents | 10f198d4a308 |
children | 9169e4e7cbee |
line wrap: on
line diff
--- a/channel.h Sat May 02 13:48:16 2015 +0200 +++ b/channel.h Sat May 02 13:58:05 2015 +0200 @@ -135,7 +135,7 @@ void recv_msg_channel_open_confirmation(); void recv_msg_channel_open_failure(); #endif -void start_send_channel_request(struct Channel *channel, unsigned char *type); +void start_send_channel_request(struct Channel *channel, char *type); void send_msg_request_success(); void send_msg_request_failure();