[BACK]Return to monitor.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/monitor.h between version 1.23 and 1.24

version 1.23, 2019/01/19 21:43:56 version 1.24, 2024/05/17 00:30:24
Line 59 
Line 59 
 };  };
   
 struct ssh;  struct ssh;
   struct sshbuf;
   
 struct monitor {  struct monitor {
         int                      m_recvfd;          int                      m_recvfd;
Line 84 
Line 85 
 void mm_request_receive(int, struct sshbuf *);  void mm_request_receive(int, struct sshbuf *);
 void mm_request_receive_expect(int, enum monitor_reqtype, struct sshbuf *);  void mm_request_receive_expect(int, enum monitor_reqtype, struct sshbuf *);
 void mm_get_keystate(struct ssh *, struct monitor *);  void mm_get_keystate(struct ssh *, struct monitor *);
   
   /* XXX: should be returned via a monitor call rather than config_fd */
   void mm_encode_server_options(struct sshbuf *);
   
 #endif /* _MONITOR_H_ */  #endif /* _MONITOR_H_ */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24