1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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 setttyent __P((void));
int endttyent __P((void)); int endttyent __P((void));
int isdialuptty __P((const char *)); int isdialuptty __P((const char *));
int isnetworktty __P((const char *)); int isnettty __P((const char *));
__END_DECLS __END_DECLS
#endif /* !_TTYENT_H_ */ #endif /* !_TTYENT_H_ */