summaryrefslogtreecommitdiffhomepage
path: root/channel.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-07-08 21:59:36 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-07-08 21:59:36 +0800
commit50a5d3756fedee5078b756a686cc24213dcfcb02 (patch)
tree857e707af564cd8eddd77813d642482511c1ed50 /channel.h
parentca86726f9f943b2b18e5694b442d3d2e1c0fa903 (diff)
Send a failure response if a client receives a global request
Diffstat (limited to 'channel.h')
-rw-r--r--channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/channel.h b/channel.h
index 7146697..5d174f2 100644
--- a/channel.h
+++ b/channel.h
@@ -129,4 +129,7 @@ void recv_msg_channel_open_confirmation();
void recv_msg_channel_open_failure();
#endif
+void send_msg_request_success();
+void send_msg_request_failure();
+
#endif /* _CHANNEL_H_ */