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

Diff for /src/usr.bin/ssh/Attic/pty.h between version 1.5 and 1.6

version 1.5, 2000/02/15 16:52:58 version 1.6, 2000/04/14 10:30:32
Line 1 
Line 1 
 /*  /*
  *   *
  * pty.h   * pty.h
  *   *
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
  *   *
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved   *                    All rights reserved
  *   *
  * Created: Fri Mar 17 05:03:28 1995 ylo   * Created: Fri Mar 17 05:03:28 1995 ylo
  *   *
  * Functions for allocating a pseudo-terminal and making it the controlling   * Functions for allocating a pseudo-terminal and making it the controlling
  * tty.   * tty.
  */   */
Line 39 
Line 39 
 void    pty_make_controlling_tty(int *ttyfd, const char *ttyname);  void    pty_make_controlling_tty(int *ttyfd, const char *ttyname);
   
 /* Changes the window size associated with the pty. */  /* Changes the window size associated with the pty. */
 void  void
 pty_change_window_size(int ptyfd, int row, int col,  pty_change_window_size(int ptyfd, int row, int col,
     int xpixel, int ypixel);      int xpixel, int ypixel);
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6