[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.20 and 1.21

version 1.20, 2016/09/28 16:33:07 version 1.21, 2018/07/09 21:53:45
Line 78 
Line 78 
 int monitor_read(struct monitor*, struct mon_table *, struct mon_table **);  int monitor_read(struct monitor*, struct mon_table *, struct mon_table **);
   
 /* Prototypes for request sending and receiving */  /* Prototypes for request sending and receiving */
 void mm_request_send(int, enum monitor_reqtype, Buffer *);  void mm_request_send(int, enum monitor_reqtype, struct sshbuf *);
 void mm_request_receive(int, Buffer *);  void mm_request_receive(int, struct sshbuf *);
 void mm_request_receive_expect(int, enum monitor_reqtype, Buffer *);  void mm_request_receive_expect(int, enum monitor_reqtype, struct sshbuf *);
   
 #endif /* _MONITOR_H_ */  #endif /* _MONITOR_H_ */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21