diff options
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r-- | monitor_wrap.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h index 19c58e486..8277cbf45 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor_wrap.h,v 1.39 2019/01/19 21:41:18 djm Exp $ */ | 1 | /* $OpenBSD: monitor_wrap.h,v 1.40 2019/01/19 21:43:07 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
@@ -89,8 +89,6 @@ void mm_session_pty_cleanup2(struct Session *); | |||
89 | struct newkeys *mm_newkeys_from_blob(u_char *, int); | 89 | struct newkeys *mm_newkeys_from_blob(u_char *, int); |
90 | int mm_newkeys_to_blob(int, u_char **, u_int *); | 90 | int mm_newkeys_to_blob(int, u_char **, u_int *); |
91 | 91 | ||
92 | void monitor_clear_keystate(struct monitor *); | ||
93 | void monitor_apply_keystate(struct monitor *); | ||
94 | void mm_get_keystate(struct monitor *); | 92 | void mm_get_keystate(struct monitor *); |
95 | void mm_send_keystate(struct monitor*); | 93 | void mm_send_keystate(struct monitor*); |
96 | 94 | ||