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

Diff for /src/usr.bin/ssh/sshpty.h between version 1.9 and 1.10

version 1.9, 2006/07/06 16:03:53 version 1.10, 2006/08/03 03:34:42
Line 14 
Line 14 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 #ifndef SSHPTY_H  
 #define SSHPTY_H  
   
 #include <sys/types.h>  
   
 #include <pwd.h>  
 #include <termios.h>  #include <termios.h>
   
 struct termios get_saved_tio(void);  struct termios get_saved_tio(void);
Line 31 
Line 25 
 void     pty_make_controlling_tty(int *, const char *);  void     pty_make_controlling_tty(int *, const char *);
 void     pty_change_window_size(int, u_int, u_int, u_int, u_int);  void     pty_change_window_size(int, u_int, u_int, u_int, u_int);
 void     pty_setowner(struct passwd *, const char *);  void     pty_setowner(struct passwd *, const char *);
   
 #endif                          /* SSHPTY_H */  

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10