diff options
author | Matt Johnston <matt@ucc.asn.au> | 2014-07-08 21:59:36 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2014-07-08 21:59:36 +0800 |
commit | 50a5d3756fedee5078b756a686cc24213dcfcb02 (patch) | |
tree | 857e707af564cd8eddd77813d642482511c1ed50 /channel.h | |
parent | ca86726f9f943b2b18e5694b442d3d2e1c0fa903 (diff) |
Send a failure response if a client receives a global request
Diffstat (limited to 'channel.h')
-rw-r--r-- | channel.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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_ */ |