[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.22 and 1.23

version 1.22, 2019/01/19 21:43:07 version 1.23, 2019/01/19 21:43:56
Line 83 
Line 83 
 void mm_request_send(int, enum monitor_reqtype, struct sshbuf *);  void mm_request_send(int, enum monitor_reqtype, struct sshbuf *);
 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 *);
   
 #endif /* _MONITOR_H_ */  #endif /* _MONITOR_H_ */

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