comparison channel.h @ 937:4ad38e223ccd

Send a failure response if a client receives a global request
author Matt Johnston <matt@ucc.asn.au>
date Tue, 08 Jul 2014 21:59:36 +0800
parents 4a274f47eabd
children 5daedffd0769
comparison
equal deleted inserted replaced
936:d93a6bcf616f 937:4ad38e223ccd
127 int send_msg_channel_open_init(int fd, const struct ChanType *type); 127 int send_msg_channel_open_init(int fd, const struct ChanType *type);
128 void recv_msg_channel_open_confirmation(); 128 void recv_msg_channel_open_confirmation();
129 void recv_msg_channel_open_failure(); 129 void recv_msg_channel_open_failure();
130 #endif 130 #endif
131 131
132 void send_msg_request_success();
133 void send_msg_request_failure();
134
132 #endif /* _CHANNEL_H_ */ 135 #endif /* _CHANNEL_H_ */