Turn start_send_channel_request()'s type argument into char *

This commit is contained in:
Gaël PORTAY
2015-05-02 13:58:05 +02:00
parent c239baf801
commit 50b14f696c
3 changed files with 4 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ int send_msg_channel_open_init(int fd, const struct ChanType *type);
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();