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

Diff for /src/usr.bin/ssh/Attic/sshtty.h between version 1.1 and 1.1.2.1

version 1.1, 2001/04/14 16:33:20 version 1.1.2.1, 2001/09/27 19:03:56
Line 40 
Line 40 
   
 #include <termios.h>  #include <termios.h>
   
 /*  int      in_raw_mode(void);
  * Accessor function indicating whether we are in raw mode.  Set by  
  * enter_raw_mode() and leave_raw_mode().  
  */  
 int in_raw_mode(void);  
   
 /*  
  * Return terminal modes, as saved by enter_raw_mode().  
  */  
 struct termios get_saved_tio(void);  struct termios get_saved_tio(void);
   void     leave_raw_mode(void);
 /*  void     enter_raw_mode(void);
  * Returns the user's terminal to normal mode if it had been  
  * put in raw mode.  
  */  
 void leave_raw_mode(void);  
   
 /*  
  * Puts the user's terminal in raw mode.  
  */  
 void enter_raw_mode(void);  
   
 #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1