| 1 | #ifndef _TTYENT_H | 
|---|---|
| 2 | #include <misc/ttyent.h> | 
| 3 | |
| 4 | # ifndef _ISOMAC | 
| 5 | |
| 6 | extern __typeof (getttyent) __getttyent __THROW; | 
| 7 | libc_hidden_proto (__getttyent) | 
| 8 | extern __typeof (setttyent) __setttyent __THROW; | 
| 9 | libc_hidden_proto (__setttyent) | 
| 10 | extern __typeof (endttyent) __endttyent __THROW; | 
| 11 | libc_hidden_proto (__endttyent) | 
| 12 | |
| 13 | # endif /* !_ISOMAC */ | 
| 14 | #endif /* ttyent.h */ | 
| 15 | 
