comparison channel.h @ 1121:bb3a03feb31f

Merge pull request #13 from gazoo74/fix-warnings Fix warnings
author Matt Johnston <matt@ucc.asn.au>
date Thu, 04 Jun 2015 22:25:28 +0800
parents 93e29b0ef8dc
children 9169e4e7cbee
comparison
equal deleted inserted replaced
1087:1e486f368ec3 1121:bb3a03feb31f
133 #if defined(USING_LISTENERS) || defined(DROPBEAR_CLIENT) 133 #if defined(USING_LISTENERS) || defined(DROPBEAR_CLIENT)
134 int send_msg_channel_open_init(int fd, const struct ChanType *type); 134 int send_msg_channel_open_init(int fd, const struct ChanType *type);
135 void recv_msg_channel_open_confirmation(); 135 void recv_msg_channel_open_confirmation();
136 void recv_msg_channel_open_failure(); 136 void recv_msg_channel_open_failure();
137 #endif 137 #endif
138 void start_send_channel_request(struct Channel *channel, unsigned char *type); 138 void start_send_channel_request(struct Channel *channel, char *type);
139 139
140 void send_msg_request_success(); 140 void send_msg_request_success();
141 void send_msg_request_failure(); 141 void send_msg_request_failure();
142 142
143 143