[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.12 and 1.13

version 1.12, 2010/01/09 05:04:24 version 1.13, 2016/11/29 03:54:50
Line 25 
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 *);
   void     disconnect_controlling_tty(void);

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