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

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

version 1.2, 1997/09/21 10:45:58 version 1.3, 2002/02/16 21:27:17
Line 68 
Line 68 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 struct ttyent *getttyent __P((void));  struct ttyent *getttyent(void);
 struct ttyent *getttynam __P((const char *));  struct ttyent *getttynam(const char *);
 int setttyent __P((void));  int setttyent(void);
 int endttyent __P((void));  int endttyent(void);
 __END_DECLS  __END_DECLS
   
 #endif /* !_TTYENT_H_ */  #endif /* !_TTYENT_H_ */

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