[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.14 and 1.15

version 1.14, 2004/06/21 17:36:31 version 1.15, 2006/03/20 18:14:02
Line 67 
Line 67 
   
 struct Session;  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 *, size_t);
 void mm_session_pty_cleanup2(struct Session *);  void mm_session_pty_cleanup2(struct Session *);
   
 /* SSHv1 interfaces */  /* SSHv1 interfaces */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15