[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.28 and 1.29

version 1.28, 2015/11/11 01:48:01 version 1.29, 2015/12/04 16:41:28
Line 40 
Line 40 
 void mm_log_handler(LogLevel, const char *, void *);  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 *, const u_char *, u_int);  int mm_key_sign(Key *, u_char **, u_int *, const u_char *, u_int, const char *);
 void mm_inform_authserv(char *, char *);  void mm_inform_authserv(char *, char *);
 struct passwd *mm_getpwnamallow(const char *);  struct passwd *mm_getpwnamallow(const char *);
 char *mm_auth2_read_banner(void);  char *mm_auth2_read_banner(void);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29