comparison channel.h @ 1129:45830474d83c coverity

merge up to date, attempt to fix travis.yml
author Matt Johnston <matt@ucc.asn.au>
date Fri, 12 Jun 2015 23:02:15 +0800
parents 93e29b0ef8dc
children 9169e4e7cbee
comparison
equal deleted inserted replaced
1077:26c1f9b8f82e 1129:45830474d83c
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