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

Diff for /src/usr.bin/ssh/monitor_wrap.h between version 1.22 and 1.23

version 1.22, 2009/03/05 07:18:19 version 1.23, 2011/06/17 21:44:31
Line 37 
Line 37 
 struct mm_master;  struct mm_master;
 struct Authctxt;  struct Authctxt;
   
   void mm_log_handler(LogLevel, const char *, void *);
 int mm_is_monitor(void);  int mm_is_monitor(void);
 DH *mm_choose_dh(int, int, int);  DH *mm_choose_dh(int, int, int);
 int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int);  int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int);

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