[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.6.2.1 and 1.7

version 1.6.2.1, 2006/09/30 04:06:51 version 1.7, 2006/03/20 18:14:02
Line 1 
Line 1 
 /* $OpenBSD$ */  /*      $OpenBSD$       */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
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 <termios.h>  #include <termios.h>
   
 struct termios get_saved_tio(void);  struct termios get_saved_tio(void);
Line 25 
Line 28 
 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.6.2.1  
changed lines
  Added in v.1.7