[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.11 and 1.12

version 1.11, 2003/08/28 12:54:34 version 1.12, 2003/09/23 20:17:11
Line 70 
Line 70 
 void monitor_sync(struct monitor *);  void monitor_sync(struct monitor *);
   
 struct Authctxt;  struct Authctxt;
 struct Authctxt *monitor_child_preauth(struct monitor *);  void monitor_child_preauth(struct Authctxt *, struct monitor *);
 void monitor_child_postauth(struct monitor *);  void monitor_child_postauth(struct monitor *);
   
 struct mon_table;  struct mon_table;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12