MF22: prototype fix.

This commit is contained in:
Jordan K. Hubbard 1998-07-16 00:10:14 +00:00
parent adf93ebc41
commit 52c5909ee2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37692

View file

@ -70,7 +70,7 @@ struct ttyent *getttynam __P((const char *));
int setttyent __P((void));
int endttyent __P((void));
int isdialuptty __P((const char *));
int isnetworktty __P((const char *));
int isnettty __P((const char *));
__END_DECLS
#endif /* !_TTYENT_H_ */