[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.1 and 1.2

version 1.1, 2002/03/18 17:28:37 version 1.2, 2002/03/19 10:35:39
Line 70 
Line 70 
 struct mon_table;  struct mon_table;
 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 */
   void mm_request_send(int, enum monitor_reqtype, Buffer *);
   void mm_request_receive(int, Buffer *);
   void mm_request_receive_expect(int, enum monitor_reqtype, Buffer *);
   
 #endif /* _MONITOR_H_ */  #endif /* _MONITOR_H_ */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2