summaryrefslogtreecommitdiffhomepage
path: root/channel.h
diff options
context:
space:
mode:
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_ */