diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-01-19 21:43:56 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-01-20 09:45:18 +1100 |
commit | 04c091fc199f17dacf8921df0a06634b454e2722 (patch) | |
tree | 76b75b5cf39f940bfc418fa7fe6e9ae3dc5c2569 /monitor.h | |
parent | ec00f918b8ad90295044266c433340a8adc93452 (diff) |
upstream: remove last references to active_state
with & ok markus@
OpenBSD-Commit-ID: 78619a50ea7e4ca2f3b54d4658b3227277490ba2
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor.h,v 1.22 2019/01/19 21:43:07 djm Exp $ */ | 1 | /* $OpenBSD: monitor.h,v 1.23 2019/01/19 21:43:56 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
@@ -90,5 +90,6 @@ void monitor_apply_keystate(struct ssh *, struct monitor *); | |||
90 | void mm_request_send(int, enum monitor_reqtype, struct sshbuf *); | 90 | void mm_request_send(int, enum monitor_reqtype, struct sshbuf *); |
91 | void mm_request_receive(int, struct sshbuf *); | 91 | void mm_request_receive(int, struct sshbuf *); |
92 | void mm_request_receive_expect(int, enum monitor_reqtype, struct sshbuf *); | 92 | void mm_request_receive_expect(int, enum monitor_reqtype, struct sshbuf *); |
93 | void mm_get_keystate(struct ssh *, struct monitor *); | ||
93 | 94 | ||
94 | #endif /* _MONITOR_H_ */ | 95 | #endif /* _MONITOR_H_ */ |