diff options
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_ */ |