[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.4 and 1.5

version 1.4, 2002/03/04 17:27:39 version 1.5, 2004/05/08 00:01:37
Line 17 
Line 17 
 #ifndef SSHPTY_H  #ifndef SSHPTY_H
 #define SSHPTY_H  #define SSHPTY_H
   
   struct termios get_saved_tio(void);
   void     leave_raw_mode(void);
   void     enter_raw_mode(void);
   
 int      pty_allocate(int *, int *, char *, int);  int      pty_allocate(int *, int *, char *, int);
 void     pty_release(const char *);  void     pty_release(const char *);
 void     pty_make_controlling_tty(int *, const char *);  void     pty_make_controlling_tty(int *, const char *);

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