diff 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
line wrap: on
line diff
--- a/channel.h	Wed Jun 25 23:42:39 2014 +0800
+++ b/channel.h	Tue Jul 08 21:59:36 2014 +0800
@@ -129,4 +129,7 @@
 void recv_msg_channel_open_failure();
 #endif
 
+void send_msg_request_success();
+void send_msg_request_failure();
+
 #endif /* _CHANNEL_H_ */