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

version 1.11, 2003/08/28 12:54:34 version 1.12, 2003/09/23 20:17:11
Line 40 
Line 40 
 struct passwd;  struct passwd;
 struct Authctxt;  struct Authctxt;
   
   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);
 void mm_inform_authserv(char *, char *);  void mm_inform_authserv(char *, char *);
Line 63 
Line 64 
 int mm_ssh_gssapi_userok(char *user);  int mm_ssh_gssapi_userok(char *user);
 #endif  #endif
   
   struct Session;
 void mm_terminate(void);  void mm_terminate(void);
 int mm_pty_allocate(int *, int *, char *, int);  int mm_pty_allocate(int *, int *, char *, int);
 void mm_session_pty_cleanup2(void *);  void mm_session_pty_cleanup2(struct Session *);
   
 /* SSHv1 interfaces */  /* SSHv1 interfaces */
 void mm_ssh1_session_id(u_char *);  void mm_ssh1_session_id(u_char *);

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