diff options
Diffstat (limited to 'monitor_wrap.h')
| -rw-r--r-- | monitor_wrap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h index c2f7f97d977a..f43759b21d5c 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_wrap.h,v 1.54 2026/03/02 02:40:15 djm Exp $ */ +/* $OpenBSD: monitor_wrap.h,v 1.55 2026/05/31 11:30:50 djm Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> @@ -96,8 +96,8 @@ void mm_session_pty_cleanup2(struct Session *); void mm_send_keystate(struct ssh *, struct monitor*); /* state */ -struct include_list; -void mm_get_state(struct ssh *, struct include_list *, struct sshbuf *, +struct ServerOptions; +void mm_get_state(struct ssh *, struct ServerOptions *, struct sshbuf **, uint64_t *, struct sshbuf **, struct sshbuf **, u_char **, struct sshbuf **, struct sshbuf **); |
