summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/monitor.h')
-rw-r--r--usr.bin/ssh/monitor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/ssh/monitor.h b/usr.bin/ssh/monitor.h
index 3dc05cad186..da7f780b20c 100644
--- a/usr.bin/ssh/monitor.h
+++ b/usr.bin/ssh/monitor.h
@@ -70,4 +70,9 @@ void monitor_child_postauth(struct monitor *);
struct mon_table;
int monitor_read(struct monitor*, struct mon_table *, struct mon_table **);
+/* Prototypes for request sending and receiving */
+void mm_request_send(int, enum monitor_reqtype, Buffer *);
+void mm_request_receive(int, Buffer *);
+void mm_request_receive_expect(int, enum monitor_reqtype, Buffer *);
+
#endif /* _MONITOR_H_ */