[BACK]Return to sgtty.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/Attic/sgtty.h between version 1.2 and 1.3

version 1.2, 1997/09/21 10:45:51 version 1.3, 2002/02/16 21:27:17
Line 43 
Line 43 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 int gtty __P((int, struct sgttyb *));  int gtty(int, struct sgttyb *);
 int stty __P((int, struct sgttyb *));  int stty(int, struct sgttyb *);
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3